<<nobr>>
<p><<print l10nStrings.versionText>></p>
<<print l10nStrings.pathsInDevelopment>>
<ul>
<li><<print l10nStrings.content1>></li>
<li><<print l10nStrings.content2>></li>
<li><<print l10nStrings.content3>></li>
<li><<print l10nStrings.moreContent>> </li>
</ul>
<<print l10nStrings.premiumContent>>
<ul>
<li><<print l10nStrings.premium1>></li>
<li><<print l10nStrings.premium2>></li>
<li><<print l10nStrings.premium3>></li>
<li><<print l10nStrings.premium4>></li>
</ul>
<div class="utils-btns">
<<button `l10nStrings.achievementsTitle`>><<run Dialog.create(l10nStrings.achievementsTitle, "achievements").wikiPassage("Achievements").open();>><</button>>
<<button `l10nStrings.credits`>><<run Dialog.create(l10nStrings.credits, "credits").wikiPassage("Credits").open();>><</button>>
</div>
<</nobr>><<print l10nStrings.storyAuthor>><<print l10nStrings.storyDisplayTitle>><a class="x premium" href="https://x.com/AmoraleaDev" target="_blank"></a>
<a class="patreon premium" href="https://www.patreon.com/c/Amoralea" target="_blank"></a>
<a class="discord premium" href="https://discord.gg/ZPD7yZbWn4" target="_blank"></a><<nobr>>
<ul class="achievements-grid">
<<for _name, _data range settings.achievements>>
<<set _title to l10nStrings.achievements[_name].title>>
<<set _desc to l10nStrings.achievements[_name].description>>
<<if _data.unlocked>>
<li class="achievement unlocked" data-achievement="_name">
<span class="achievement-icon">🏆</span>
<span class="achievement-content">
<strong class="achievement-title"><<= _title >></strong>
<span class="achievement-desc"><<= _desc >></span>
</span>
</li>
<<else>>
<li class="achievement locked" data-achievement="_name">
<span class="achievement-icon">🔒</span>
<span class="achievement-content">
<em class="achievement-title"><<= _title >></em>
<span class="achievement-desc"><<= _desc >></span>
</span>
</li>
<</if>>
<</for>>
</ul>
<<link `l10nStrings.achievementDelete`>><<run localStorage.removeItem('7DMSachv'); location.reload()>><</link>>
<<link `l10nStrings.textClose`>><<run Dialog.close()>><</link>>
<</nobr>><div class="credits-header">
<h3><<print l10nStrings.creditsTitle>></h3>
</div>
<div class="credits-section">
<h4><<print l10nStrings.creditsDevelopment>></h4>
<p>
<<print l10nStrings.creditsText>>
</p>
</div>
<div class="credits-section">
<h4><<print l10nStrings.creditsSupport>></h4>
<p>
<<print l10nStrings.creditsText2>>
</p>
</div>
<div class="credits-section">
<h4><<print l10nStrings.creditsSpecialThanks>></h4>
<p>
<<print l10nStrings.creditsText3>>
</p>
</div>
<div class="credits-section">
<h4><<print l10nStrings.creditsCommunity>></h4>
<p>
<<print l10nStrings.creditsText4>>
</p>
</div>
<<link `l10nStrings.textClose`>><<run Dialog.close()>><</link>><<set $climaxLevel to 1>>
<<set $climax to 0, $maxClimax to 175>>
<<newmeter 'climax' 1>>
<<sizing '220px'>>
<<label '$climax'>>
<</newmeter>>
<<set $char2 = "Laura">>
<<set $isPremiumUser = false>>
<<set $dlc1 = false>>
<<set $g1 = false;>>
<<set $diaActual to 0;>>
<<set $g2 = false;>>
<<set $g3 = false;>>
<<set $g4 = false;>>
<<set $ajugarx to false>>
<<set $pj2sex to false>>
<<set $pj2sex1 to false>>
<<set $pj2sex2 to false>>
<<set $pj2sex3 to false>>
<<set $pj2sex4 to false>>
<<set $madrastranofak to false>>
<<set $madrastranofak1 to false>>
<<set $madrastranofak2 to false>>
<<set $madrastrasifak to false>>
<<set $exmom to false>>
<<set $ldientes to false>>
<<set $ldientes1 to false>>
<<set $ldientes2 to false>>
<<set $ldientes3 to false>>
<<set $ldientes4 to false>>
<<set $ldientes5 to false>>
<<set $ldientes6 to false>>
<<set $vltele to false>>
<<set $vltele1 to false>>
<<set $vltele3 to false>>
<<set $vltele5 to false>>
<<set $vltele6 to false>>
<<set $ovragas to false>>
<<set $Mtelf to false>>
<<set $pcomida to false>>
<<set $pcomida1 to false>>
<<set $pcomida3 to false>>
<<set $pcomida5 to false>>
<<set $pcomida6 to false>>
<<set $noti to false>>
<<set $noti2 to false>>
<<set $noti3 to false>>
<<set $nosex to false>>
<<set $nosex2 to false>>
<<set $nosex3 to false>>
<<set $juliaisfak to false>>
<<set $juliaisfak2 to false>>
<<set $juliaisfak3 to false>>
<<set $juliamentira to false>>
<<set $juliaescapista to false>>
<<set $juliasecreta to false>>
<<set $paseador to false>>
<<set $nowebcam to false>>
<<set $becasayan to false>>
<<set $platossucios to false>>
<<if !localStorage.getItem('7DMSachv')>>
<<set settings.achievements to {
logro1: { unlocked: false },
logro2: { unlocked: false },
logro3: { unlocked: false },
logro4: { unlocked: false },
logro5: { unlocked: false },
logro6: { unlocked: false },
logro7: { unlocked: false },
logro8: { unlocked: false },
logro9: { unlocked: false },
logro10: { unlocked: false },
logro11: { unlocked: false },
logro12: { unlocked: false },
logro13: { unlocked: false },
logro14: { unlocked: false },
logro15: { unlocked: false },
logro16: { unlocked: false },
logro17: { unlocked: false },
logro18: { unlocked: false },
logro19: { unlocked: false }
}>>
<<run localStorage.setItem('7DMSachv', JSON.stringify(settings.achievements))>>
<<else>>
<<set settings.achievements to JSON.parse(localStorage.getItem('7DMSachv'))>>
<</if>>
<<script>>
// In StoryInit or a script loaded before your other scripts
// Basic placeholder function for strings with %{key}
if (typeof setup.formatString !== 'function') { // Check setup object instead of Util
setup.formatString = function (str, data) {
return str.replace(/%{(\w+)}/g, (match, key) => {
return typeof data[key] !== 'undefined' ? data[key] : match;
});
};
}
if (State.variables.isPremiumUser) {
Config.history.maxStates = 40;
} else {
Config.history.maxStates = 2;
}
Config.addVisitedLinkClass = true;
//Achievements system
window.updateAchievement = function(achievementKey) {
if (settings.achievements[achievementKey] && !settings.achievements[achievementKey].unlocked) {
settings.achievements[achievementKey].unlocked = true;
localStorage.setItem('7DMSachv', JSON.stringify(settings.achievements));
const title = l10nStrings.achievements[achievementKey]?.title || achievementKey;
setup.notify(`${l10nStrings.achievementUnlocked} <strong>${title}</strong>`, 3000, "success");
}
};
//NOTIFY MACRO
(()=>{const t=/^\d+(?:ms|s)?$/i;function e(t,e=2e3,i=""){if("string"!=typeof t||!t.trim())return;Array.isArray(i)&&(i=i.join(" ")),"string"!=typeof i&&(i=""),i=`notification macro-notify ${i}`.trim();const n=$("<div>").wiki(t).addClass(i);$("#notifications-container").prepend(n),n[0].offsetHeight,n.addClass("open"),setTimeout((()=>{n.removeClass("open"),setTimeout((()=>n.remove()),300)}),e)}document.getElementById("notifications-container")||$(document.body).append("<div id='notifications-container'></div>"),Macro.add("notify",{tags:null,handler(){let i=this.args.slice(),n=!1,o=[];if(i.length>0){const e=i[0];("number"==typeof e||"string"==typeof e&&t.test(e))&&(n="number"==typeof(s=e)?s:"string"==typeof s?s.endsWith("ms")?parseFloat(s):s.endsWith("s")?1e3*parseFloat(s):parseFloat(s):0,i.shift())}var s;i.length>0&&(o=i.flat(1/0));e(this.payload[0].contents.trim(),n,o)}}),setup.notify=e})();
$(document).ready(function() {
if (passage() === "Menu") {
enhanceStartScreen();
}
enhanceLinks();
$(document).on(':passagedisplay', function (ev) {
fadeInContent();
if (passage()) {
addTypewriterEffect();
}
enhanceDialogs();
// Initialize gallery events for the current passage
setTimeout(function() {
if (typeof window.initGalleryEvents === 'function') {
window.initGalleryEvents();
}
// Scroll chat to bottom if chat exists
if (typeof window.scrollChatToBottom === 'function') {
window.scrollChatToBottom();
}
}, 100);
});
});
function enhanceStartScreen() {
$('.story-container').addClass('start-screen');
$('a.link-internal').addClass('start-button');
}
function enhanceLinks() {
$('a.link-internal:not(.locked)').hover(
function() {
$(this).css('transform', 'translateY(-2px)');
},
function() {
$(this).css('transform', 'translateY(0)');
}
);
}
function fadeInContent() {
$('.story-container').css('opacity', 0);
$('.story-container').animate({
opacity: 1
}, 800);
}
function addTypewriterEffect() {
$('p:first').addClass('typed');
}
function enhanceDialogs() {
$('.dialogo-contenedor').each(function(index) {
$(this).delay(index * 300).fadeIn(500);
});
}
// Gallery TONDER
// Initialize gallery functions immediately and globally
var currentGalleryIndex = 0;
var totalImages = 10;
var currentCharacter = 'julia'; // Default character
// Character configuration for galleries
window.galleryConfig = {
julia: {
name: 'Julia',
folder: 'g1',
totalImages: 10,
defaultImage: 'media/img/tonder/g1/1.webp'
},
sophie: {
name: 'Sophie',
folder: 'g2',
totalImages: 10,
defaultImage: 'media/img/tonder/g2/5.webp'
}
};
// Create gallery modal if it doesn't exist
window.ensureGalleryModal = function(characterKey) {
// Set current character if provided
if (characterKey && window.galleryConfig[characterKey]) {
currentCharacter = characterKey;
totalImages = window.galleryConfig[characterKey].totalImages;
}
// Remove existing modal if it exists to ensure fresh content
var existingModal = document.getElementById('galleryModal');
if (existingModal) {
existingModal.remove();
}
var config = window.galleryConfig[currentCharacter];
if (!config) {
console.warn('Character config not found for:', currentCharacter); // Dev string
return;
}
// Use setup.formatString for the gallery title if character name needs to be inserted.
// If config.name is already the character name, then just pass it.
// Assuming config.name is just the character name, no formatting needed here.
var modalHTML = `
<div id="galleryModal" class="gallery-modal" style="display: none;">
<div class="gallery-content">
<div class="gallery-header">
<h3>${setup.formatString(l10nStrings.galleryPhotosOf, { name: config.name })}</h3>
<span class="close-gallery" onclick="closeGallery()">×</span>
</div>
<div class="gallery-container">
<div class="gallery-card">
<img id="galleryImage" src="${config.defaultImage}" alt="${config.name}">
<div class="gallery-controls">
<button class="gallery-btn prev" onclick="previousImage()">❮</button>
<div class="gallery-dots">
<span class="gallery-counter"><span id="currentImg">1</span> / <span id="totalImg">${config.totalImages}</span></span>
</div>
<button class="gallery-btn next" onclick="nextImage()">❯</button>
</div>
</div>
</div>
</div>
</div>
`;
document.body.insertAdjacentHTML('beforeend', modalHTML);
};
function updateGalleryImage() {
var imageNumber = currentGalleryIndex + 1;
var img = document.getElementById('galleryImage');
var counter = document.getElementById('currentImg');
var totalCounter = document.getElementById('totalImg');
var config = window.galleryConfig[currentCharacter];
if (img && config) {
img.src = `media/img/tonder/${config.folder}/${imageNumber}.webp`;
img.alt = config.name;
}
if (counter) {
counter.textContent = imageNumber;
}
if (totalCounter) {
totalCounter.textContent = totalImages;
}
}
// Global functions accessible from onclick handlers - always define these
window.openGallery = function(characterKey) {
// Default to julia if no character specified
characterKey = characterKey || 'julia';
// Ensure modal exists with the specified character
if (typeof window.ensureGalleryModal === 'function') {
window.ensureGalleryModal(characterKey);
}
var modal = document.getElementById('galleryModal');
if (modal) {
modal.style.display = 'flex';
currentGalleryIndex = 0;
updateGalleryImage();
} else {
console.warn('Gallery modal not found even after ensuring it exists');
}
};
window.closeGallery = function() {
var modal = document.getElementById('galleryModal');
if (modal) {
modal.style.display = 'none';
}
};
window.nextImage = function() {
currentGalleryIndex = (currentGalleryIndex + 1) % totalImages;
updateGalleryImage();
};
window.previousImage = function() {
currentGalleryIndex = (currentGalleryIndex - 1 + totalImages) % totalImages;
updateGalleryImage();
};
// Function to initialize gallery event listeners
window.initGalleryEvents = function() {
var modal = document.getElementById('galleryModal');
if (modal && !modal.hasAttribute('data-events-initialized')) {
modal.setAttribute('data-events-initialized', 'true');
// Close gallery when clicking outside
modal.addEventListener('click', function(e) {
if (e.target === this) {
window.closeGallery();
}
});
}
};
// Only initialize keyboard events once
if (typeof window.galleryKeyboardInitialized === 'undefined') {
window.galleryKeyboardInitialized = true;
// Keyboard navigation
document.addEventListener('keydown', function(e) {
var modal = document.getElementById('galleryModal');
if (modal && modal.style.display === 'flex') {
if (e.key === 'ArrowRight') window.nextImage();
if (e.key === 'ArrowLeft') window.previousImage();
if (e.key === 'Escape') window.closeGallery();
}
});
}
// Chat scroll functionality
window.scrollChatToBottom = function() {
var chatMessages = document.getElementById('chatMessages');
if (chatMessages) {
// Use a slight delay to ensure content is fully rendered
setTimeout(function() {
chatMessages.scrollTop = chatMessages.scrollHeight;
}, 10);
}
};
// Auto-scroll chat when page loads
window.initChatScroll = function() {
setTimeout(function() {
window.scrollChatToBottom();
}, 150);
};
// Initialize chat scroll on startup
window.initChatScroll();
<</script>><div id="game-info">
<h1><<print l10nStrings.gameInfoTitle>></h1>
<h2><<print l10nStrings.configTitle>></h2>
<<print l10nStrings.configNameChange>>
<<textbox "$char2" "Laura" autofocus>>
<<nobr>>
<h2><<print l10nStrings.changelogtitle>></h2>
<div class="changelog">
<span class="version-title">v0.3.0</span>
<ul>
<li><strong>FEATURES</strong>
<ul>
<li>Added Sophie Tonder Girl (Premium Content)</li>
<li>Added NeoJulia DLC (Night 0)</li>
<li>Added Julia Day 3 content</li>
<li>Added 300+ new story passages</li>
<li>Added 150+ new videos</li>
</ul>
</li>
<li><strong>FIXES</strong>
<ul>
<li>Fixed save file naming convention</li>
<li>Fixed various text typos</li>
<li>Fixed multiple variable declarations</li>
</ul>
</li>
</ul>
<span class="version-title">v0.2.3</span>
<ul>
<li><strong>FEATURES</strong>
<ul>
<li>Added Tonder + Chat functionality</li>
<li>Added Phone functionality</li>
<li>Julia Day 2 improvements</li>
<li>Improved Julia Day 1</li>
</ul>
</li>
<li><strong>FIXES</strong>
<ul>
<li>Fixed "undefined" at new content description</li>
<li>Fixed passages with wrong conditionals</li>
</ul>
</li>
</ul>
<span class="version-title">v0.2.2</span>
<ul>
<li><strong>FEATURES</strong>
<ul>
<li>Achievement system added – Unlock achievements as you progress.</li>
<li>Day 1: Julia's storyline added and unlocked.</li>
<li>Interface style improvements.</li>
<li>Credits section added.</li>
</ul>
</li>
<li><strong>FIXES</strong>
<ul>
<li>Fixed Day 5: Now possible to complete the game without sex.</li>
</ul>
</li>
</ul>
<span class="version-title">v0.2.1</span>
<ul>
<li><strong>FIXES</strong>
<ul>
<li>Corrected image paths and filenames</li>
<li>Fixed missing declaration of 'pj2sex2'</li>
<li>Fixed media image file extensions</li>
<li>Fixed dialogue portrait images</li>
<li>Fixed day transition text</li>
<li>Removed unused story passages</li>
<li>Adjusted some styles to make it more responsive on phone</li>
</ul>
</li>
</ul>
<span class="version-title">v0.2.0 - Stepmom's friend update</span>
<ul>
<li><strong>New Features & Additions</strong>
<ul>
<li>400+ new passages unlocked - Explore more of the story with expanded content.</li>
<li>100+ new videos added for the updated story path.</li>
<li>Customizable names - Now you can choose the stepmom's friend names for a personalized experience.</li>
<li>Character feedback system - See character emotions and reactions based on your choices.</li>
</ul>
</li>
<li><strong>Improvements & Fixes</strong>
<ul>
<li>Revamped visuals - Many images updated for better quality and immersion.</li>
<li>Enhanced existing passages - Smoother storytelling with refined dialogue and scenes.</li>
<li>More dynamic gameplay - Increased replayability with branching choices and varied outcomes.</li>
</ul>
</li>
<li><strong>UI/UX Changes</strong>
<ul>
<li>Streamlined menus and interface for a smoother player experience.</li>
</ul>
</li>
</ul>
<span class="version-title">v0.1.3</span>
<ul>
<li>FIX: duplicated "revive" video.</li>
<li>Removed/Renamed unused var.</li>
<li>FIX: bathroom bug. <em>Path wwww-7</em></li>
<li>FIX: Multiple wrong conditionals. <em>"w,ww1" "w.1-2-2"</em></li>
<li>FIX: ir40-1 changed img and text.</li>
<li>FIX: video "q14-1"</li>
<li>FIX: defined all variables at storyinit.</li>
<li>Fixed day 5 <em>"w11-1"</em></li>
</ul>
<span class="version-title">v0.1.2</span>
<ul>
<li>We've already fixed the Day 2 issue in the English version.</li>
</ul>
<span class="version-title">v0.1.1</span>
<ul>
<li>Fixed a bug in the Spanish version that prevented progress beyond Day 2.</li>
<li>Minigame difficulty has been lowered for better accessibility.</li>
<li>Added end-of-path signs to clarify that the stepmom route is currently the only available one.</li>
<li>Fixed a video bug in the stepmom's room when interacting with María after attempting to get up.</li>
<li>Corrected a UI issue on Day 6 where the cooking button incorrectly said "Close phone."</li>
<li>Fixed a bug causing Day 7 to revert back to Day 2.</li>
<li>Removed leftover Spanish punctuation from the English text.</li>
</ul>
<span class="version-title">v0.1</span>
<ul>
<li>Initial Release</li>
</ul>
</div>
<</nobr>>
[[l10nStrings.gameStartBtn|Menu]]
<<nobr>>
<<if $dlc1 is true>>
<<link `l10nStrings.gameDLC1Btn`>><<goto "MenuNoche0">><</link>>
<<else>>
<<link `l10nStrings.gameDLC1Btn`>><<goto "LockedDLC1">><</link>>
<</if>>
<</nobr>>
</div>
<style>
.changelog {
max-height: 350px;
overflow-y: auto;
background: var(--color-bg-light, #16213e);
padding: 1.5em;
border-radius: var(--border-radius-md, 10px);
border: 1px solid var(--color-border, rgba(255, 255, 255, 0.2));
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
line-height: 1.6;
white-space: pre-line;
box-shadow: var(--shadow-sm, 0 2px 4px rgba(0, 0, 0, 0.3));
margin-top: 1em;
padding-top: -10px;
}
.changelog span {
color: var(--color-text, #f4f4f9);
display: block;
font-weight: bold;
font-size: 1.1em;
}
.changelog .version-title {
color: var(--color-text, #f4f4f9);
display: block;
margin-top: 1em;
margin-bottom: 0.5em;
font-weight: bold;
font-size: 1.1em;
}
</style><div class="locked-dlc story-container">
<h2><<print l10nStrings.dlc1LockedTitle>></h2>
<img src="media/img/promodlc1.webp">
<p><<print l10nStrings.dlc1LockedText>></p>
[[l10nStrings.dlc1LockedPatreonLink|https://www.patreon.com/amoralea]]
[[l10nStrings.dlc1LockedButton2|GameInfo]]
</div><<notify 4s>>☺️Your stepmother liked that<</notify>>
<video src="media/vid/2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start masturbating while watching her, she touches her pussy too while looking at you with a horny face.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Let me do it honey, I'll do it better.</span>
</div>
<p>Your stepmother grabs your cock and starts masturbating you.</p>
[[Start touching her pussy|2.1.2-1]]
[[Get up and slowly put your cock in her pussy|r2.3-1]]
[[Take it out of her hand and put your cock in her mouth|r2.2-1]]<video src="media/vid/R1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She hasn't noticed you've entered, she keeps masturbating in front of you with her eyes closed.</p>
[[Start masturbating while watching her|2.1.1-1.x]]
[[Start touching her pussy|2.1.2-1.x]]
[[Put your cock in her pussy slowly.|r2.3-1.x]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you doing, get out of here now!, YOU DISGUSTING PIECE OF SHIT!</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Take your disgusting hand off my pussy</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<video src="media/vid/X,X4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you doing, get your tiny dick out of me</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're an idiot, get out of my damn room you and that pen you call a dick</span>
</div>
[[Screw you, bitch, I'm going to fuck you|2.1.2-1.X]]
[[Sorry, I'm leaving|2.1.2-1.X.1]]<img src="media/img/r21x3.webp">
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't touch me, you freak</span>
</div>
<p>Your stepmother manages to push you to the ground</p>
<p>She runs away and locks herself in the bathroom, after a while she calls the police</p>
<p>You end up locked in jail, where you're a treat in the shower</p>
<p>One day you hear the guards saying they don't understand how the son of one of the lab chiefs ended up here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Well, it seems you've messed up again... don't worry the great stone is having a lot of fun, I don't think it will abandon you.</span>
</div>
[[Enter the light|continuar11]]<video src="media/vid/X,X4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">No way, you're not getting away with this</span>
</div>
<p>Your stepmother manages to push you to the ground</p>
<p>She runs away and locks herself in the bathroom, after a while she calls the police</p>
<p>You end up locked in jail, where you're a treat in the shower</p>
<p>One day you hear the guards saying they don't understand how the son of one of the lab chiefs ended up here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">I don't think apologizing in a case like this will do much kid hahaha don't worry the great stone is having a lot of fun, I don't think it will abandon you.</span>
</div>
[[Enter the light|continuar11]]<video src="media/vid/2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start touching her pussy while she masturbates you, you feel it very wet and she starts moving it on your hand.</p>
[[Get up and slowly put your cock in her pussy|r2.3-1]]
[[Take it out of her hand and put your cock in her mouth|r2.2-1]]<img src="media/img/rooms/bathroom.webp">
<p>There's no one here.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to your stepmother's room|a-2.1]]
[[Go to the kitchen|a-2-7]]
<<nobr>>
<<if $ctooth is true>>
[[Go to the living room|a-2-2]]
<<else>>
[[Brush teeth|a-2-5]]
<</if>>
<</nobr>><video src="media/vid/Wakeup.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly I'm woken up by some noises, as I rub my eyes a bit I start hearing moans coming from my stepmother's room.</p>
[[Go see what's happening|a-2-12]]
[[Keep sleeping|a-2-13][$exmom = false]]<video src="media/vid/A-2-12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>My mother's door was ajar, as I look through it, I see my stepmother eating $char2's pussy.</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Keep watching|a-2-13,]]
[[Enter|a-2-13,1]]<div class="story-container">
<h1>Day 2 | Sunday</h1>
<img src="media/img/rooms/player.webp">
<<nobr>>
<<if $exmom is true and $juliaisfak is false>>
<p>Now you know what your stepmom and $char2 get up to at night...</p>
<<elseif $exmom is true and $juliaisfak is true>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">So this is what my stepmom and $char2 get up to when Dad’s away… Got meso fucking turned on, and damn, Julia’s hot I’d kill to fuck her.</span>
</div>
<<elseif $exmom is false and $juliaisfak is true>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Damn, Julia’s hot, I’d love to fuck her.</span>
</div>
<<else>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Another day of vacation, I have nothing to do, and I'm bored.</span>
</div>
<</if>>
<</nobr>>
[[Continue|continuar7]]
</div><video src="media/vid/A-2-13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>They change positions and $char2 starts fucking your stepmother with a dildo.</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Start masturbating|a-2-13,2]]<video src="media/vid/A-2-13,1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You enter and no one notices</p>
[["Put your cock in "+$char2+"'s mouth"|a-2-13,9]]<video src="media/vid/A-2-13,9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You don't listen, $char2 tries to push you off but can't, she keeps choking on your cock while pushing you.</p>
<p>But the man who was fucking your mother pulls his cock out of her ass and punches you in the face.</p>
[[Try to get up|a-2-13,12]]<img src="media/img/a-2-13,11.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What the hell, I was choking.... and you scared me!</span>
</div>
[[Sorry, I got really horny|a-2-13,13]]<video src="media/vid/a-2-13,12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to get up but can't, your stepmother kicks you out of the room.</p>
<p>Your stepmother locks herself in the room.</p>
<p>In the morning she packs her bags and tells your father what happened before breaking up with him and leaving.</p>
<p>Your father decides to kick you out of the house for how you handled the situation, you end up sleeping on the street and getting hooked on heroin, one day you overdose under a bridge.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can still change what happened... Although it seems to me that your soul is very lost, your story amuses me.</span>
</div>
[[Resurrect|a-2-11]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">No apologies, get out of the room right now.</span>
</div>
[[Leave the room|a-2-13,8]]
[["Put your cock back in "+$char2+"'s mouth"|a-2-13,10]]<video src="media/vid/A-2-13,2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 tells my stepmother to get on all fours</p>
[[Go to sleep|a-2-13][$exmom = true]]
[[Keep masturbating|a-2-13,3]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>You cum and as you do your stepmother quickly leaves the room, not even dressing and half-closes the door so no one sees you.</p>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I heard some noises and came to see|a-2-13,5]]
[[Look, it's not convenient for either of us to let this be known |a-2-13,6]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">And besides seeing what was happening, you decided you could masturbate watching us, didn't you?</span>
</div>
[[Start passing your hand over her pussy|a-2-13,7]]
[[Look, it's not convenient for either of us to let this be known |a-2-13,6][$exmom = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Alright, but let this be the last time I catch you doing this!</span>
</div>
[[Go to sleep|a-2-13][$madrastranofak1 = true]]<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<p>You pass your hand over her pussy, but she pushes it away</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing! look this is too much..</span>
</div>
[[Sorry|a-2-13,8]]<video src="media/vid/a-2-13,12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother locks herself in the room.</p>
<p>In the morning she packs her bags and tells your father what happened before breaking up with him and leaving.</p>
<p>Your father decides to kick you out of the house for how you handled the situation, you end up sleeping on the street and getting hooked on heroin, one day you overdose under a bridge.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can still change what happened... Although it seems to me that your soul is very lost, your story amuses me.</span>
</div>
[[Resurrect|a-2-11]]<p>You forcefully put your cock in $char2's mouth, she starts choking scared.</p>
<video src="media/vid/A-2-13,9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<span class="dialogo">AAAAAH, what the hell are you doing</span>
[["Keep fucking "+$char2+"'s mouth"|a-2-13,10]]
[[Take out your cock|a-2-13,11]]<img src="media/img/rooms/salon.webp">
<p>The living room is empty.</p>
<<nobr>>
<<if $ctooth and $wtv>>
<p>I feel like playing for a while.</p>
<<elseif not $wtv>>
<p>I feel like watching TV for a while...</p>
<<elseif not $ctooth>>
<p>I should brush my teeth...</p>
<</if>>
<</nobr>>
<<nobr>>
<<if not $wtv>>
[[Watch TV|e-2-8][$wtv = true]]
<</if>>
<<if $ctooth and $wtv>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to your stepmother's room|a-2.1]]
[[Go to the kitchen|a-2-7]]
[[Go to the bathroom|a-2]]<img src="media/img/rooms/player.webp">
<p>I feel like playing for a while.</p>
[[Start playing|e-2-10]]
[[Go back to the living room |a-2-2]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth reluctantly, always the same mirror, always the same toothpaste..</p>
[[Spit out the toothpaste and rinse|a-2][$ctooth = true]]<img src="media/img/rooms/cocina.webp">
<p>There's no one here and I'm not hungry, I just ate.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to the living room |a-2-2]]
[[Go to the bathroom|a-2]]
[[Go to your stepmother's room|a-2.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>It seems the bed is already made, she changed the sheets.</p>
<<nobr>>
<<if $ctooth is true and $wtv is true>>
[[Go to the room to play|a-2-3]]
<</if>>
<</nobr>>
[[Go to the kitchen|a-2-7]]
[[Go to the bathroom|a-2]]
[[Go to the living room |a-2-2]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 calls your father and tells him what she saw, he kicks you and your stepmother out of the house.</p>
<p>Your stepmother blames you for what happened and doesn't want to see you again, you end up living on the street and consuming fentanyl until one day you die lying on the sidewalk like a dog.</p>
<p>Before dying you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You're welcome, I mean since she got the taste I'll let her shoot up until she dies and meanwhile I'll see what Julia is doing.</span>
</div>
[[Yes|continuar12]]<video src="media/vid/C,C1,.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to put your cock in but end up entering her</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Damn you're so horny, look I wouldn't say no, but I'm afraid I'm not "solid"</span>
</div>
[[Flow through the luminous tunnel|continuar10]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel empty another day of summer vacation... every day the same, the first decision is always complicated...</p>
<<nobr>>
<<if $juliaisfak is true>>
<<link "Open Tonder and talk to Julia" "w8-2">><</link>>
<</if>>
<</nobr>>
[[Go to the bathroom|w-2]]
[[Go to the living room |w-2-2]]
[[Go to the kitchen|w-2-7]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm rings and you open your eyes...</p>
<p>The first decision of the morning is always complicated...</p>
<<nobr>>
<<if $juliaisfak2 is true and $juliasecreta is false and $juliamentira is false>>
<<link "Open phone" "ifr1-2">><</link>>
<<elseif $juliaisfak3 is true and $juliasecreta is false and $juliamentira is false>>
<<link "Open phone" "ifr1-2">><</link>>
<<elseif $juliaisfak2 is true and $juliasecreta is false and $juliamentira is true>>
<<link "Open phone" "ifr1-4">><</link>>
<<elseif $juliaisfak3 is true and $juliasecreta is false and $juliamentira is true>>
<<link "Open phone" "ifr1-4">><</link>>
<</if>>
<</nobr>>
[[Go to the bathroom|ir2-1]]
[[Go to your stepmother's room|ir3-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel excited, you want to see how the day progresses, although in part you're scared you start to feel very comfortable with your stepmother.</p>
[[Go to the bathroom|q2.1-1]]
[[Go to the living room |q3.1-1]]
[[Go to the kitchen|q5.1-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you're very horny, you know today is the day...</p>
[[Go to the bathroom|w2-1]]
[[Go to your stepmother's room|w1-1]]
[[Go to the living room |w3-1]]
[[Go to the kitchen|w5-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, you feel horny and angry because yesterday you were left wanting..</p>
[[Go to the bathroom|e2-1]]
[[Go to the living room |e3-1]]
[[Go to the kitchen|e5-1]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes.</p>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the living room |w3-3-2,]]
[[Go to the kitchen|w5-3-2,]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you doing you sick bastard, and you don't say anything?</span>
</div>
[[Calm down, it's not the first time I've fucked her|e,3]]
[[Put your cock in $char2's mouth to shut her up|e,4]]<<notify 4s>>☺️$char2 liked that<</notify>>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<p>You put your cock in $char2's pussy, she takes it out and jumps scared</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You freak, what the hell are you doing</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Well, it's okay we can play with him for a while</span>
</div>
[[Calm down, it's not the first time I've fucked her|e,3.x]]
[[Put your cock in your Stepmother's mouth to shut her up|e,4.x]]<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You freak, what the hell are you doing</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Get out of here right now, you fucking idiot</span>
</div>
[[Calm down, let's have a good time|e,4.x1]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You'll have a good time behind bars</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Get out of the damn room now</span>
</div>
[[Apologize and leave|e,4.x2]]
[[Try to fuck|e,4.x3]]<p>You put your cock in your stepmother's mouth, but she bites you and you quickly take it out</p>
<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're both sick</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Get out of the damn room now</span>
</div>
[[You get out of here, this is my damn house|e,3.x.1]]<img src="media/img/girls-mm2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you saying, you fucked this stinky guy</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Look girl, I don't know what's wrong with you, he's handsome and fucks well</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Get out of my damn house right now, you sickos.</span>
</div>
[[Hey, this is more my house than yours|e,3.x.1]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Let's see if your father thinks the same</span>
</div>
<p>Your stepmother calls your stepfather, tells him that you and $char2 tried to fuck her while she was sleeping.</p>
<p>You try to explain the truth to your father but he doesn't believe you</p>
<p>The last thing you know about $char2 is that they take her to the great Amoralea laboratory</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Wow, so they're going to turn $char2 into green towel, surely this timeline is fun.</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>No apology can save you from this situation</p>
<p>$char2 and your stepmother call the police</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">To have a threesome the other two parts also have to agree</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/God.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You try to fuck them but between the two of them they knock you down</p>
<p>$char2 and your stepmother call the police</p>
<p>You end up locked in the Amoralea prison</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">After these days, did you really think they were going to have a threesome with you hahaha I think you should rethink things.</span>
</div>
[[Enter the light|continuar12]]<video src="media/vid/fight1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What do you mean you've already fucked before? You're fucking sick, I don't want to know anything about you.</span>
</div>
[[$char2+", sorry really it's a misunderstanding"|c,5]]<video src="media/vid/fight1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab $char2 by the head and try to put your penis in her mouth but she resists, pushes you against your stepmother and knocks you both onto the bed.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">You're fucking sick, I don't want to know anything about you.</span>
</div>
[[$char2+", sorry really it's a misunderstanding"|c,5]]<img src="media/img/food/e-10.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a vegetable lasagna with a touch of cinnamon.</span>
</div>
<<nobr>>
<p>While eating, I hear my mother and $char2 saying goodbye before leaving through the door. It seems they're going out again today.</p>
<<set $ctooth to false>>
<<set $wtv to false>>
<</nobr>>
[[Go to the bathroom|a-2]]
[[Go to your stepmother's room|a-2.1]]
[[Go to the living room|a-2-2]]<img src="media/img/movies/e-2-8.webp">
<p>I watch TV for a while, they're showing: Cobras in the cemetery.</p>
[[Turn off the TV|a-2-2]]<video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You see out of the corner of your eye through the ajar door your stepmother naked</p>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Enter|r1-1.x]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Enter|r1-1.x]]
<<else>>
[[Enter|r1-1.x1]]
<</if>>
<</nobr>><video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother doesn't notice you've entered</p>
[[Approach without her seeing you|r1-1]]
[[Take off your clothes at the door and stand in front of her|r2-1]]
[[Go to the bathroom before he/she sees you|r3-1.x][$nosex = true]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is in the bathroom, there's no one here.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">How strange the bed is wet.</span>
</div>
[[Go to the kitchen|q111]]<img src="media/img/food/q111.webp">
<p>I make a lobster bathed in mustard sprinkled with parmesan and parsley.</p>
<p>Very tasty.</p>
[[Finish eating|e5-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room |e3-1]]
[[Go to the kitchen|e5-1]]
<<nobr>>
<<if $ldientes1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|e6-1][$ldientes1 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to the kitchen|e5-1]]
<<nobr>>
<<if $vltele1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Watch TV|x20-1][$vltele1 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to the living room |e3-1]]
<<nobr>>
<<if $pcomida1 is true>>
<<if $vltele1 is true and $ldientes1 is true and $pcomida1 is true>>
[[Go to your stepmother's room|e1-1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|e10-1][$pcomida1 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth angrily, if she's not here today...</p>
[[Spit out the toothpaste and rinse|e2-1]]<div class="story-container">
<h1>Day 4 | Tuesday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<<nobr>>
<<if $madrastranofak is true>>
<span class="dialogo">I can't believe my father is married to that whore, I have to get them to break up.</span>
<<else>>
<span class="dialogo">The day is over, my stepmother is starting to turn me on a lot, how I'd like to fuck her but I think it would be risky still, she's my father's wife... Well, I think I should distract myself for a while playing some games.</span>
<</if>>
<</nobr>>
</div>
<p>I played on the computer until I got sleepy and went to bed.</p>
[[Continue|continuar9]]
</div><<notify 4s>>🤬Your stepmother cannot tolerate this behavior<</notify>>
<video src="media/vid/Ir11-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother pushes you off the bed and immediately runs with her phone in hand and locks herself in the bathroom, she calls your father to explain what you did.</p>
<p>They decide to intern you in a special place where they can treat your illness properly.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Hey, I'd tell you that I'm getting tired of giving you chances and blah blah blah... But we have too much fun with your story, there are more of us every time.</span>
</div>
[[Let yourself be absorbed by the light|continuar8]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/ir14-1.webp">
<p>You couldn't hold back anymore and start cumming.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">AAAH!!</span>
</div>
<p>After moaning for a while your stepmother opens her eyes when she notices something sticky and hot starting to drip on her breasts, she suddenly gets up and yells at you:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Sorry, I saw you naked and couldn't hold back|ir11-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/Ir15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
Your stepmother opens her eyes after finishing masturbating, gets scared when she sees you were watching her all this time and asks you:
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Sorry, I saw you naked and couldn't hold back|ir11-1]]
[[Try to grab her legs and start fucking her|ir11-1]]<img src="media/img/rooms/cocina.webp">
<p>You enter the kitchen excited and try to focus on something else.</p>
[[Get undressed and wait for your stepmother|q4-1]]
<<nobr>>
<<if $madrastranofak1 is false and $juliaisfak2 is true>>
[[Prepare breakfast for you and your stepmother|ir30-1.c1]]
<<elseif $madrastranofak1 is true and $juliaisfak2 is true>>
[[Prepare breakfast for you and your stepmother|ir30-1.c2]]
<<elseif $madrastranofak1 is false>>
[[Prepare breakfast for you and your stepmother|ir30-1]]
<<else>>
[[Prepare breakfast for you and your stepmother|ir30-1.crx-t]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<p>You're very hungry, maybe your stepmother would like to eat too, once she gets up.</p>
[[Get naked and wait for your stepmother|q4-1]]
<<nobr>>
<<if $madrastranofak1 is false>>
[[Prepare breakfast for you and your stepmother|ir30-1]]
<<else>>
[[Prepare breakfast for you and your stepmother|ir30-1.crx-t]]
<</if>>
<</nobr>><img src="media/img/cambiandose.webp">
<p>You peek through the half-open door, just when she's changing.</p>
[[Start masturbating|q28-1,]]
[[Go to your room to play|x.r.t4]]<img src="media/img/cum.webp">
<p>You think about your stepmother's wet pussy and how it would have been to enter the room and start fucking her.</p>
<p>You cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Well... I don't feel like playing, what could I do now?</span>
</div>
[[Go to the kitchen|ir17-1]]<img src="media/img/food/q10.1-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I'll make spinach with almonds and urban pigeon meat.</span>
</div>
[[Finish eating|q5.1-1]]<video src="media/vid/Q11-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You find your stepmother masturbating on the bed.</p>
[[Go watch TV in the living room|q18-1]]
[[Keep watching for a while|q13-1]]
[[Put your head in and start eating her pussy|q14-1]]
[[Start masturbating while watching her|q13-1]]
[[Go to the kitchen|q5.1-1]]
[[Go to the bathroom|q2.1-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to your stepmother's room|e1.1-1]]
[[Prepare breakfast|e-10]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|q3.1-1]]
[[Go to the kitchen|q5.1-1]]
[[Go to your stepmother's room|q11-1]]<video src="media/vid/Q13-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts inserting a dildo in her pussy.</p>
<<nobr>>
<<if $madrastranofak is false>>
[[Keep watching for a while|q15-1]]
<<else>>
[[Keep watching for a while|q15-1.x]]
<</if>>
<</nobr>>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]<img src="media/img/ir14-1.webp">
<p>You get on top of her and cum.</p>
[[Shit|q14.1-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww-3.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">How dare you, I'm going to tell your father.</span>
</div>
[[You were the one giving me signals, crazy old woman|q14.1-1]]<video src="media/vid/Q14.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">I can't believe you did that... HAHAHA Come on, you RE-sicko</span>
</div>
[[Hit the light|continuar9]]<video src="media/vid/Q15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>This time you hear it clearly, she screams your name while her pussy drips all over the bed.</p>
<p>Right after that she removes her hand and stretches a bit.</p>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]
[[Go to the living room before she sees you|q18-1]]
[[Go to the bathroom before she sees you|q19-1]]
[[Go to your room before she sees you|q20-1]]<video src="media/vid/Q15-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Her pussy starts dripping all over the bed.</p>
<p>Right after that she removes her hand and stretches a bit.</p>
[[Start licking her pussy|q14-1]]
[[You can't hold back|q13-1-2]]
[[Go to the living room before she sees you|q18-1]]
[[Go to the bathroom before she sees you|q19-1]]
[[Go to your room before she sees you|q20-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|q2.1-1]]
[[Go to your stepmother's room|q11-1]]
[[Go to the living room|q3.1-1]]<img src="media/img/rooms/salon.webp">
<p>You enter the living room and try to focus on something else</p>
<<nobr>>
<<if $madrastranofak is false>>
[[Turn on a TV show|q30-1]]
<<else>>
[[Turn on a TV show|q30-1.x]]
<</if>>
<</nobr>>
[[Start masturbating thinking about your stepmother|q29-1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You hide in the bathroom aroused, you decide to brush your teeth and take a shower.</p>
[[Leave the bathroom and go to the living room|q18-1]]<img src="media/img/rooms/player.webp">
<p>You think about your stepmother naked having an orgasm saying your name.</p>
<p>You cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Well... I don't feel like playing, what could I do now?</span>
</div>
[[Go to the bathroom|q19-1]]
[[Go to the living room|q18-1]]<img src="media/img/movies/q20.1-1.webp">
<p>They're showing a marathon of Donkeys in Pajamas.</p>
[[Turn off the TV|q3.1-1]]<img src="media/img/cambiandose.webp">
<p>You look through the half-open door, she has just removed her towel and is standing naked looking at herself in the mirror.</p>
<p>Her nipples are hard and she bites her lip while turning to get clothes from the wardrobe.</p>
<p>When she turns, you can see a bit of her pussy and it seems to be opening up.</p>
[[Start masturbating|q28-1]]
[[Go to your room to play|x.r.t5]]
[[Enter the door and push her against the wardrobe|q29-1]]<img src="media/img/q28-1.webp">
<p>You start imagining how you would throw her on the bed and penetrate her while she grips the sheets tightly.</p>
<p>She starts getting dressed, putting on her panties</p>
[[Keep masturbating|q29,-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<div class="story-container">
<h1>Day 5 | Wednesday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<<nobr>>
<<if $madrastranofak is true>>
<span class="dialogo">She's disgusting, I can't even watch TV in peace, this house is more mine than hers... I don't know how she dares talk to me like that. Crazy bitch.</span>
<<elseif $madrastranofak2 is true>>
<span class="dialogo">I thought I was starting to get along with my stepmother... but there's no way, she's disgusting no matter how hot she is.</span>
<<else>>
<span class="dialogo">The day has ended. I'm going to try to fuck my stepmother, she's starting to turn me on more and more and I think she wants to fuck me too.</span>
<</if>>
<</nobr>>
</div>
<p>I played on the computer until I got sleepy and fell asleep.</p>
[[Continue|continuar10]]
</div><img src="media/img/rooms/bathroom.webp">
<p>You hide in the bathroom aroused and after a while you hear someone knocking on the door, it's your stepmother, she asks if you're going to be long.</p>
[[Leave the bathroom and go to the kitchen|ir17-1]]
[[Get naked, open the door|q8-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to your stepmother's room|ir3-1]]
<<nobr>>
<<if $ldientes4 is true>>
<<else>>
[[Brush your teeth|x.x,1][$ldientes4 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/player.webp">
<p>You enter your room aroused, after what you've seen.</p>
[[Start masturbating thinking about your stepmother|q1-1]]
[[Go to the kitchen|ir17-1]]<img src="media/img/ir3-1.webp">
<p>You find your stepmother sleeping.</p>
[[Go to the bathroom|ir2-1]]
[[Keep watching for a while|ir7-1]]
[[Put your dick in her mouth|ir9-1]]
[[You start masturbating while watching her|ir7-1,]]
[[Go prepare breakfast|ir17-1.xr3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/food/ir30-1.webp">
<p>You decide to prepare an omelet with toast</p>
<p>After a while your stepmother comes in covered with a towel.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you prepared breakfast, you're an angel.</span>
</div>
<p>When she sits down, her towel slips down a bit and half of her nipple is exposed.</p>
<p>After talking for a while she says.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate that your father goes away for weeks for work, I wouldn't mind if he earned less and spent more time with me, sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x]]
[[He doesn't deserve you, if I were with a woman like you I would spend all day with her|irir1-1.x1]]
[[I would leave too if I were him|irir1-1.x2][$madrastranofak = true]]
[[Take out your dick in front of her|ir40-1]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/food/ir30-1.webp">
<p>You decide to prepare an omelet with toast</p>
<p>After a while your stepmother comes in covered with a towel.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you prepared breakfast, well if this is your way of apologizing for the other night, apology accepted.</span>
</div>
<p>When she sits down, her towel slips down a bit and half of her nipple is exposed.</p>
<p>After talking for a while she says.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate that your father goes away for weeks for work, I wouldn't mind if he earned less and spent more time with me, sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x1]]
[[He doesn't deserve you, if I were with a woman like you I would spend all day with her|irir1-1.x]]
[[I would leave too if I were him|irir1-1.x2][$madrastranofak = true]]
[[Take out your dick in front of her|ir40-1]]<img src="media/img/q14-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing, you sick person?</span>
</div>
[[Waiting to give you breakfast|ir40.1-1]]<video src="media/vid/Ir40--1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Constants and variables, your decisions tend to be variables, although your screw-ups are constants, get it? hahaha No? Well, screw you, enter the damn light.</span>
</div>
[[Enter the light|continuar8]]<img src="media/img/rooms/player.webp">
<p>You go to your room to play and, after a while, sleep overcomes you. Before falling asleep, you mentally review the last seven days and wonder what would have happened if you had made other decisions. You feel in your chest that there are still things to discover... What a shame not being able to go back in time. I guess you can only look ahead and choose better tomorrow.</p>
<p>Suddenly a light appears.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Do you really not want to see what happens again? How boring... I'm going to see another lab subject.</span>
</div>
<p>End.</p>
[[Enter the light|xr-5,]]<video src="media/vid/Ir7-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she turns around and gets on all fours and starts gently touching her pussy.</p>
[[Keep watching for a while|ir8-1]]
[[Put your dick in her mouth|ir9-1]]<video src="media/vid/Ir7-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she turns around and gets on all fours and starts gently touching her pussy.</p>
[[Put your dick in her mouth|ir9-1]]
[[Keep masturbating|ir14-1]]<video src="media/vid/Ir8-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts masturbating with a pillow, until she cums.</p>
<p>Then she turns around and covers herself again.</p>
[[Keep watching for a while|ir15-1]]
[[Take out your dick and put it on her face|ir9-1]]
[[Masturbate while watching her|ir14-1]]
[[Go to the kitchen before she sees you|ir17-1]]
[[Go to the bathroom before she sees you|ir18-1]]
[[Go to your room before she sees you|ir20-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/Ir9-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
You rub your dick on her mouth, she gets scared and asks you:
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing?</span>
</div>
[[I'm sorry, it's just that you have a very pretty pussy|ir11-1]]
[[Shut up and let me continue, I'm very horny|ir11-1]]
[[Try to grab her legs again and start fucking her|ir11-1]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/irir1-1.webp">
<p>She drops her fork on the floor, when she bends down to pick it up under the table, you get nervous, because you have an erection.</p>
<img src="media/img/boner.webp">
<p>When she bends down, you notice that she stays still for a while before picking it up and sitting back down, as if she had noticed.</p>
<p>Once seated she stutters:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">W-well I think I'm going to get dressed.</span>
</div>
[[Go see how she changes|irir2-1]]
[[Go to your room to play|x.r.t4]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, you idiot!</span>
</div>
[[Of course witch, I don't know how he puts up with you|irir1-1.x3]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Why do you prepare food for me, if you're going to talk to me like that?</span>
</div>
[[Because I wanted to make peace, but you start talking badly about my father and that makes me angry|irir1-1.x4]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, I was just telling you that it bothers me that he leaves me alone.</span>
</div>
[[If he leaves you alone it's for work, to support you, so keep it to yourself if it bothers you so much|irir1-1.x5]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You know what, you eat your shitty food, geek, I'm going to change</span>
</div>
[[Go see where she's going|irir2-1]]
[[Go to your room to play|x.r.t4]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh very good, one day you have to teach me how to play your little games</span>
</div>
[[Sure, whenever you want|irir1-1.x10]]
[[And what will you do?|irir1-1.x11]]
[[You're too old to learn|irir1-1.x2]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">That's so fucking disgusting, you sick person</span>
</div>
[[What's wrong, if you do the same thing in your room, you slut|irir1-1.x3]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Today I'm meeting with $char2 to go to yoga, but maybe tomorrow we can do something together handsome</span>
</div>
[[Great, have fun|irir1-1]]
[[Great, give her my regards|irir1-1]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well I'm meeting with $char2 to go to yoga</span>
</div>
[[Great, have fun|irir1-1]]
[[Great, give her my regards|irir1-1]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the fuck did you call me you fucking geek</span>
</div>
[[Well, slut from the suburbs, first you suck my father's dick and now you want to suck mine|irir1-1.x3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Yes in each leg hahaha</span>
</div>
[[And in each arm too hahaha|irir1-1.x3][$madrastranofak = true]]
[[Hahaha now seriously, if a girl like you was interested in me I wouldn't care about age, I would do anything to take care of her|irir1-1.x7]]<img src="media/img/q2-1.webp">
<p>Your stepmother comes in with very sexy lingerie and sits next to you.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Are you watching the Hamiltons? I'll sit here for a while handsome, I feel like being lazy before I go to make lunch.</span>
</div>
<p>When she sits down you observe her and get aroused seeing her.</p>
[[Take out her breast and start licking it|q4-1]]
[[Ask how she is|q5-1]]
[[Keep watching TV and say nothing|q5-1]]<img src="media/img/q28-1,.webp">
<p>You start imagining how you would throw her on the bed and penetrate her while she grips the sheets tightly.</p>
<p>She starts getting dressed, putting on her yoga clothes that cling tightly to her skin.</p>
[[Keep masturbating|q29-1,]]
[[Go to your room to play|x.r.t4]]
[[Try to fuck her|q29-1,1]]<img src="media/img/q29-1,.webp">
<p>You continue masturbating until you end up cumming, your stepmother sees you.</p>
[[You look so hot|q14-1,]]<img src="media/img/q29-1,1.webp">
<p>You approach her ass to try to remove her clothes and penetrate her.</p>
[[Try to remove her clothes|q14-1,]]
[[Step back|q28-1,]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">How dare you, I'm going to tell your father.</span>
</div>
[[I'm sorry|q14.1-1,]]<video src="media/vid/Q14.1-1,.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother runs away and locks herself in the bathroom to call your stepfather.</p>
<p>They decide to commit you to a special facility where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Do you really think that was going to work? You're very green...</span>
</div>
[[Hit the light|continuar8]]<img src="media/img/q29,-1.webp">
<p>Now she puts on her bra, you're getting more and more aroused.</p>
[[Keep masturbating|q29,,-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<img src="media/img/q29,,-1.webp">
<p>She has finished dressing.</p>
[[Keep masturbating|q29-1]]
[[Go to your room to play|x.r.t5]]
[[Enter and grab her breasts under her shirt while you penetrate her|q29-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<img src="media/img/q29-1.webp">
<p>You scare your stepmother and she runs towards the door.</p>
[[You look so hot|q14.1-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|q2.1-1]]
[[Go to the kitchen|q5.1-1]]
<<nobr>>
<<if $vltele3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to your stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Watch TV|q20.1-1][$vltele3 = true]]
<</if>>
<</nobr>><img src="media/img/q30-1.webp">
<p>Your stepmother comes in almost naked in underwear and sits next to you.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Are you watching Hairy Orangutan? I'll sit here for a while handsome, I feel like watching some TV with you before going to yoga with $char2.</span>
</div>
<p>When she sits down you get nervous about how hot she is and start getting aroused.</p>
[[Take out her breast and start licking it|q29-1]]
[[Ask how she is|q31-1.x1]]
[[Keep watching TV and say nothing|q31-1.x]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Good handsome, can't complain, in the morning I feel a bit lonely and would like more company, but well that's how it is for now.</span>
</div>
[[Well if you want I can come by tomorrow haha|q31-1.x2][$madrastrasifak = true]]
[[I'm trying to watch TV, can you shut up|q29-1.212]]
[[I feel the same in the morning|q31-1.x4]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|q3.1-1]]
[[Go to the kitchen|q5.1-1]]
<<nobr>>
<<if $ldientes3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to your stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Brush your teeth|q6.1-1][$ldientes3 = true]]
<</if>>
<</nobr>><img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'm going to change and leave early for yoga, so I can get away from you as soon as possible, you pig</span>
</div>
[[Go see how she changes|q27-1]]
[[Go to your room to play|x.r.t5]]<img src="media/img/q32-1.webp">
<p>Suddenly she looks at you smiling and rests her head on your shoulder, you start getting nervous because you notice you're getting hard</p>
<p>After noticing how she stays looking for a while, she lifts her head blushing and says to you</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You seem quite happy this morning, don't you? I'm starting to think you're happy to see me hahaha.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, I'm going to change, I'm meeting with $char2 today to go to yoga.</span>
</div>
[[Go see how she changes|q27-1]]
[[Go to your room to play|x.r.t5]]<img src="media/img/q24-1.webp">
<<notify 4s>>🤨Your stepmother found this behavior strange<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What's wrong love, you seem very quiet</span>
</div>
[[Don't speak badly about my father|irir1-1.x6][$madrastranofak = true]]
[[Nothing, I was just thinking that you're right, that he doesn't deserve you|irir1-1.x7]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">How sweet hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">If you were a few years older maybe I'd let you take care of me</span>
</div>
[[You're such a slut hahaha|irir1-1.x12][$madrastranofak = true]]
[[But you're only about two years older than me at most|irir1-1.x13]]<img src="media/img/q25-1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about, you idiot!</span>
</div>
[[That's what you hear, witch, stop talking badly about my father|irir1-1.x3]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh handsome, thank you...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And what are you going to do today?</span>
</div>
[[Well, I was planning to play for a while|irir1-1.x8]]
[[Masturbate, thinking about you|irir1-1.x9][$madrastranofak = true]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Why don't you come over and keep me company?</span>
</div>
[[Well if you want I'll stop by tomorrow hehe|q31-1.x2][$madrastrasifak = true]]
[[I try to watch TV, just shut up|q29-1.212]]<<notify 4s>>🤨Your stepmother is surprised by this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What's wrong love? Why are you so quiet?</span>
</div>
[[Nothing I was just focused on the TV, how are you?|q31-1.x2][$madrastrasifak = true]]
[[I try to watch TV, just shut up|q29-1.212]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Of course you can come over handsome, I'd be delighted</span>
</div>
[[Well I'll come as soon as I wake up|q31-1.x5]]
[[It was a joke|q31-1.x6][$madrastrasifak = false]]
[[If I hug you don't get scared|q31-1.x7]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about, disgusting</span>
</div>
[[That you're a slut who loves fucking, relax I feel the same|q29-1.212]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't ever talk to me like that again in your fucking life</span>
</div>
[[Why does it offend you if you're a whore|q29-1.213]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What a stupid joke</span>
</div>
[[I can come over if you want|q31-1.x20]]
[[The only thing I'll do when I come is shove my dick down your throat|q29-1.212][$madrastranofak2 = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">No, it's not necessary anymore</span>
</div>
[[Sorry, I didn't mean to upset you|q31-1.x26]]<<notify 4s>>🤨Your stepmother is surprised by this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, relax it's nothing, I'm going to change clothes anyway, I have to go</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'm going to get dressed and leave to avoid hitting you</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Quite the opposite, hug me tight</span>
</div>
[[That's what I'll do|q31-1.x5]]
[[I'll also shove my dick hard up your ass|q31-1.x9][$madrastranofak2 = true]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">How nice, I missed having someone in bed</span>
</div>
[[So we can stay until afternoon|q31-1.x8]]
[[Same, I'm tired of jerking off|q31-1.x9][$madrastranofak2 = true]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ooooh I'm dying to love...</span>
</div>
[[By the way, how's dad's trip going?|q31-1.x10]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I don't know, he hasn't replied in a day, I only know he went to a business dinner the day before yesterday</span>
</div>
[[He hasn't talked to me in 3 days|q31-1.x11]]
[[What an idiot|q31-1.x12]]
[[He's probably fucking someone else|q31-1.x13]]<<notify 4s>>☺️Your stepmother liked that<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well honey, he's your father don't speak badly of him, even if he deserves it</span>
</div>
[[You're so good|q32-1]]
[[Manipulative whore|q31-1.x15][$madrastranofak2 = true]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you talking about</span>
</div>
[[You're the one making me hate my father then acting like you know nothing|q29-1.21]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're a creepy freak, I'm going to get dressed, don't talk to me again in your life</span>
</div>
[[Go watch her change|q27-1]]
[[Go to your room to play|x.r.t5]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/w31x.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell are you saying</span>
</div>
[[What's happening, he's fucking someone younger than you for sure|q29-1.21]]<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What a terrible man, I don't know where he got such an attentive son</span>
</div>
[[Probably from my mother|q31-1.x19]]<<notify 4s>>😬Your stepmother got nervous with this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sure...</span>
</div>
[[Now that I think about it, I don't remember how she looked, only something green|q31-1.x22]]<<notify 4s>>😬Your stepmother got nervous with this behavior<</notify>>
<img src="media/img/q30-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well honey, let's watch this series it's interesting</span>
</div>
[[Okay|q32-1]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>Your stepmother enters in underwear</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Fuck, don't you have anything else to do freak, I also wanted to watch TV</span>
</div>
[[I got here first, go away and stop bothering me|q29-1.2]]<img src="media/img/w31x.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Find a job and move out already</span>
</div>
[[Find another dick and leave my father alone|q29-1.3]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty</span>
</div>
[[Go to bathroom|q2.1-1]]
[[Go to stepmother's room|q11-1]]
[[Go to kitchen|q5.1-1]]<video src="media/vid/empujon.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother pushes you and throws you to the floor</p>
[[Sorry|ir40-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty</span>
</div>
[[Go to bathroom|q2.1-1]]
[[Go to living room|q3.1-1]]
<<nobr>>
<<if $pcomida3 is true>>
<<if $vltele3 is true and $ldientes3 is true and $pcomida3 is true>>
[[Go to stepmother's room|q11-1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|q10.1-1][$pcomida3 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth</p>
[[Spit paste and rinse|q2.1-1]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/empujon.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You come out naked and quickly manage to shove your dick in her cunt, but she pushes you away immediately</p>
[[Sorry|ir40-1]]<video src="media/vid/R.2.3.1.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start inserting it in her ass, you hear a moan mixed with pain</p>
[[Grab her tits|r.2.3.1.2.1.1-1]]
[[Grab her waist and go harder|r.2.3.1.2.1.2-1]]<video src="media/vid/R.2.3.1.2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her tits tightly and start fucking her ass hard</p>
[[Cum in her ass|r.2.3.1.2.1.2.1-1]]<video src="media/vid/R.2.3.1.2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her waist and start fucking her hard, she keeps moaning with every thrust</p>
[[Cum in her ass|r.2.3.1.2.1.2.1-1]]<video src="media/vid/R.2.3.1.2.1.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You cum in her ass, when you pull out you see semen coming out of her anus</p>
<p>She keeps masturbating while looking at you with her creampie</p>
[[Go to bathroom to shower and leave her|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R.2.3.1.2.1.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her ass and go harder</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Cum inside</span>
</div>
[[Cum inside her cunt|r.2.3.1.2.1.3.1-1]]<video src="media/vid/R.2.3.1.2.1.3.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You squeeze your dick inside and start cumming, she moans and enjoys it</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">If I'd known how good you fuck, we would've made better use of the week honey</span>
</div>
[[Go to bathroom to shower and leave her|r3-1]]<video src="media/vid/R.2.3.1.2.1.4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her waist and start fucking her hard</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Cum inside</span>
</div>
[[Cum inside her cunt|r.2.3.1.2.1.3.1-1]]<video src="media/vid/R.2.3.1.2.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start fucking her cunt hard, it feels very lubricated</p>
[[Grab her ass|r.2.3.1.2.1.3-1]]
[[Grab her waist and go harder|r.2.3.1.2.1.4-1]]<video src="media/vid/R1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She hasn't noticed you entered, keeps masturbating in front of you with eyes closed</p>
[[Start masturbating while watching|2.1.1-1]]
[[Start touching her cunt|2.1.2-1]]
[[Slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Finally you appear, watching me in the mornings was weird but I let it pass... <br>You know I'm your stepmother, this isn't right</span>
</div>
[[You're right... but I can't help it, maybe if we just masturbate it's fine|r2.1-1]]
[[Relax, nothing wrong - slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You're right, as long as we just masturbate there's nothing wrong, come lay next to me honey</span>
</div>
[[Start masturbating while watching|2.1.1-1]]
[[Start touching her cunt|2.1.2-1]]<video src="media/vid/R2.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You approach her mouth and she starts sucking your dick eagerly</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Stand up and slowly insert your dick in her cunt|r2.3-1]]<video src="media/vid/R2.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You slowly insert your dick, she makes a pleasure face while moaning</p>
[[Grab her neck and fuck her harder|r2.3.1-1]]
[[Kiss her while continuing|r2.3.2-1]]
[[Suck her tits while fucking|r2.3.3-1]]<video src="media/vid/R2.3.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her neck while fucking harder, she grabs your wrist while moaning:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Keep going, please mmm</span>
</div>
[[Do what she asks|r2.3.1.1-1]]
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Squeeze neck harder while fucking|r2.3.1.3-1]]<video src="media/vid/R2.3.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You keep fucking her hard, see her tits bouncing, go harder to make them bounce more</p>
[[Grab her tits hard|r2.3.2.1-1]]
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]<video src="media/vid/R2.3.1.1.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You pull out and shove it between her tits, she squeezes them tight and starts jerking you off</p>
[[Keep pushing hard against her tits|r2.3.1.1.2.1.2-1]]
[[Pull out and shove in her ass|r2.3.1.1.1.1.1-1]]<video src="media/vid/R2.3.1.1.1.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You pull out and get between her legs, she spreads them without knowing what you'll do</p>
<p>Suddenly you shove it hard in her ass</p>
<p>She makes a horny face</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">It's been a while since someone took me through this hole, do you like it tight honey?</span>
</div>
[[Start fucking her ass hard|r2.3.1.1.2.1.2.2.1.1-1]]
[[Pull out and shove in her mouth to cum inside|r2.3.1.1.1.1.1.2.2-1]]
[[Cum in her ass|r2.3.1.1.1.1.1.3.3-1]]<img src="media/img/r2.3.1.1.1.1.1.2-1.webp">
<p>You suddenly pull out and shove it in her mouth, she chokes as you start cumming</p>
<p>She keeps masturbating while looking at you with creampie on her mouth</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<img src="media/img/r2.3.1.1.1.1.1.2.2-1.webp">
<p>You pull your dick out of her ass and shove it in her mouth to clean it, she chokes as you start cumming</p>
<p>She keeps masturbating while looking at you with creampie dripping from her mouth</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<img src="media/img/r2.3.1.1.1.1.1.3-1.webp">
<p>You suddenly pull out and shove it hard in her cunt, start cumming, feel her squeezing your ass to keep you inside</p>
<p>She keeps masturbating while looking at you with creampie dripping from her cunt</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]
<<run updateAchievement("logro3")>><video src="media/vid/R2.3.1.1.1.1.1.3.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You spit on her face while fucking her ass hard, she makes a pleasure face with eyes closed</p>
<p>She turns you on so much you cum in her ass</p>
<p>She keeps masturbating while looking at you with creampie coming from her ass</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]
<<run updateAchievement("logro2")>><video src="media/vid/R2.3.1.1.2.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You push harder, she opens her mouth and sticks out her tongue to lick you every time you approach</p>
[[Keep fucking her hard and cum|r2.3.1.1.2.1.2.2.1-1]]
[[Pull out and cum in her mouth|r2.3.1.1.1.1.1.2-1]]
[[Pull out and cum in her cunt|r2.3.1.1.1.1.1.3-1]]<video src="media/vid/r2.3.1.1.2.1.2.2.1-1.webp" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start cumming over her tits while still inside</p>
<p>She keeps masturbating while looking at you with creampie between her tits</p>
[[Go to bathroom to shower and leave|r3-1]]
[[Stay until she finishes and go shower|r4-1]]<video src="media/vid/R2.3.1.1.2.1.2.2.1.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start mercilessly fucking her ass</p>
[[Cum in her ass|r2.3.1.1.1.1.1.3.3-1]]<video src="media/vid/R2.3.1.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother obeys and presents her ass to you</p>
[[Assfuck|r.2.3.1.2.1-1]]
[[Cuntfuck|r.2.3.1.2.2-1]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<video src="media/vid/R2.3.1.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her harder while fucking her, she starts moaning louder.</p>
[[Stop squeezing and tell her to get on all fours|r2.3.1.2-1]]<video src="media/vid/R2.3.2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start kissing her while fucking, she grabs your head and starts making out</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her tits|r2.3.1.1.1.1-1]]
[[Stop kissing, grab tits and fuck harder|r2.3.2.1-1]]<video src="media/vid/R2.3.2.1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You grab her tits and start mercilessly fucking, notice her cunt dripping while she makes pleasure faces</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her mouth|r2.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]
[[Cum inside her cunt|r2.3.1.1.1.1.1.3-1]]<video src="media/vid/R2.3.3-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start sucking her tits, her nipples get rock hard</p>
[[Pull out and tell her to get on all fours|r2.3.1.2-1]]
[[Pull out and shove in her mouth|r2.2-1]]
[[Pull out and shove between her tits|r2.3.1.1.1.1-1]]
[[Stop sucking and grab her tits|r2.3.2.1-1]]<img src="media/img/rooms/bathroom.webp">
<p>You go shower, satisfied, finally achieved it</p>
[[Finish shower and go play|x.r.t7]]
<<run updateAchievement("logro4")>><video src="media/vid/E1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother doesn't notice you entered</p>
[[Go to bathroom before she sees|r3-1.x]]
[[Approach without being seen|r1-1.x2]]
[[Strip at the door and stand in front of her|r2-1.x3]]<img src="media/img/rooms/bathroom.webp">
<p>You can't believe how close you were to getting caught...</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">If it had gone wrong I'd be sent to a boarding school for sure... Need to control myself</span>
</div>
[[Take a shower and go play|x.r.t7]]<video src="media/vid/R4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>See your stepmother squeeze legs tight, when she removes her hand from cunt it starts dripping on the bed while moaning</p>
<p>Then she lies on bed enjoying the orgasm</p>
[[Go to bathroom to shower and leave|r3-1]]<div class="story-container">
<h1>Day 7 | Friday</h1>
<img src="media/img/rooms/player.webp">
<p>After hours you close the game and go to sleep thinking:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<<nobr>>
<<if $madrastranofak2 is true or $madrastranofak is true>>
<span class="dialogo">Tomorrow is Friday, I think my stepfather will return on Monday. I can't wait to have a serious talk with him about my stepmother, I hope he kicks her out and finds another whore.</span>
<<elseif $pj2sex3 is true>>
<span class="dialogo">Tomorrow is Friday, I hope $char2 comes back, I really want to fuck her again.</span>
<<else>>
<span class="dialogo">Tomorrow is Friday, I think my stepfather will return Monday... I'm scared to think what would happen if he found out I slept with his wife</span>
<</if>>
<</nobr>>
</div>
<<nobr>>
<<if $pj2sex3 is true and $madrastranofak2 is false and $madrastranofak is true>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is true and $madrastranofak2 is true and $madrastranofak is false>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is false and $madrastranofak2 is true and $madrastranofak is false>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is false and $madrastranofak2 is false and $madrastranofak is true>>
[[Continue|continuar12]]
<<elseif $pj2sex3 is true and $madrastranofak2 is false and $madrastranofak is false>>
[[Continue|continuar6]]
<<else>>
[[Continue|continuar12]]
<</if>>
<</nobr>>
</div><img src="media/img/movies/w-ww1.webp">
<p>After a while you get bored watching TV, consider leaving halfway through the koala documentary</p>
<p>Suddenly your stepmother enters in underwear to paint her nails</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, you didn't enter my room while I was sleeping, did you?</span>
</div>
[[I couldn't stop thinking about your naked body and came to see it again|ww.w.1]]
<<nobr>>
<<if $madrastranofak1 is true>>
[[Yes sorry, the door was slightly open and I saw you uncovered so I came to cover you|ww.w.2,]]
<<else>>
[[Yes sorry, the door was slightly open and I saw you uncovered so I came to cover you|ww.w.2]]
<</if>>
<</nobr>><img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to living room|w-2-2]]
[[Go to kitchen|w-2-7]]
<<nobr>>
<<if $ldientes5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|w-2-5][$ldientes5 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Living room is empty</span>
</div>
[[Go to kitchen|w-2-7]]
[[Go to bathroom|w-2]]
<<nobr>>
<<if $vltele5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Start watching TV|w-2-8][$vltele5 = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush teeth, suddenly remember yesterday's scenes with stepmother, start getting turned on</p>
[[Spit paste and rinse|w-2]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to stepmother's room|w-2.1]]
[[Go to kitchen|w-2-7]]
[[Go to living room|w-2-2]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">No one here</span>
</div>
[[Go to living room|w-2-2]]
[[Go to bathroom|w-2]]
<<nobr>>
<<if $pcomida5 is true>>
<<if $vltele5 is true and $ldientes5 is true and $pcomida5 is true>>
[[Go to stepmother's room|w-2.1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|w-2.14][$pcomida5 = true]]
<</if>>
<</nobr>><img src="media/img/movies/w-2-8.webp">
<p>A sandal that will dominate the world is playing</p>
[[Turn off TV|w-2-2]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Living room is empty</span>
</div>
[[Go to stepmother's room|ww-2.1]]
[[Go to kitchen|w-2.15]]
[[Go to bathroom|ww-2]]<img src="media/img/w-2.1.webp">
<p>You find your stepmother and $char2 naked, hugging in bed, both have hard nipples and wet cunts</p>
<p>They seem to have fallen asleep kissing</p>
[[Cover with blanket and go watch TV|wwww-5]]
[[Start masturbating|wwww-2]]
[[Suck tits and insert dick|wwww-1]]
[["Start fucking "+$char2|wwww-3]]<img src="media/img/food/w-2.14.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a baked orange covered in chocolate and wrapped in sardines.</span>
</div>
[[Eat|w-2-7]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">A bit disgusting, I think I'll do it again...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to living room|ww-2-2]]
[[Go to bathroom|ww-2]]
[[Go to stepmother's room|ww-2.1]]<img src="media/img/rooms/bathroom.webp">
<p>$char2 is still in the bathroom, better not bother her.</p>
[[Go to living room|w.1-2-2]]
[[Go to kitchen|w.1-2-7]]
[[Go to your room|w.1-2.1]]<img src="media/img/w.1-2-2.webp">
<p>In the living room you find your stepmother in underwear painting her nails.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Hey, you didn't sneak into my room while I was sleeping, right?</span>
</div>
[[I couldn't stop thinking about your naked body and entered to see it again|ww.w.1]]
<<nobr>>
<<if $madrastranofak1 is false>>
[[Yes sorry, the door was slightly open and since I saw you uncovered I decided to come in and cover you|ww.w.2]]
<<else>>
[[Yes sorry, the door was slightly open and since I saw you uncovered I decided to come in and cover you|ww.w.2,]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
<p>I'm not hungry.</p>
[[Go to living room|w.1-2-2]]
[[Go to your room|w.1-2.1]]
[[Go to bathroom|w.1-2]]<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
<p>I don't feel like playing.</p>
[[Go to bathroom|w.1-2]]
[[Go to living room|w.1-2-2]]
[[Go to kitchen|w.1-2-7]]<img src="media/img/rooms/cama_madrastra.webp">
<p>It seems your stepmother isn't in the room. You find her underwear scattered on the bed.</p>
[[Go to bathroom|w2-1]]
[[Go to living room|w3-1]]
[[Go to kitchen|w5-1]]
<<if $ovragas is true>>
<<else>>
[[Smell underwear|w4-1][$ovragas = true]]
<</if>><video src="media/vid/W1-3-2,.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You see your stepmother and $char2 having sex in the room</p>
[[Go to bathroom|w2-3-2,]]
[[Go to living room|w3-3-2,]]
[[Go to kitchen|w5-3-2,]]
<<nobr>>
<<if $pj2sex3 is false and $madrastranofak2 is true or $madrastranofak is true>>
[[Undress and get into bed with them|e,1]]
<<elseif $madrastranofak2 is true or $madrastranofak is true>>
[[Undress and get into bed with them|e,2]]
<<elseif $pj2sex3 is false>>
[[Undress and get into bed with them|e,]]
<</if>>
<</nobr>><img src="media/img/food/w10-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I prepare a hake wrapped in ham strips, topped with clam sauce. Just as I finish eating, the doorbell rings.</span>
</div>
[[Go see who it is|w11-1]]<img src="media/img/food/w10-3-2,.webp">
<p>I make some crepes with honey and pineapple.</p>
<p>Very delicious.</p>
[[Finish eating|w5-3-2,]]<img src="media/img/rooms/w11-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It's $char2. She says she's meeting with my stepmother.</span>
</div>
<<if $pj2sex2 is true>>
[[Open the door|w12]]
<<else>>
[[Open the door|w12-1]]
<</if>><img src="media/img/w12-1.webp">
<p>$char2 enters through the door</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hello, handsome. Your mother told me to wait here. We're going to lunch together.</span>
</div>
[[A cool, want to go to the living room to watch something|w13-1]]
[[A great, if you want we can go to my room where we'll be more comfortable|w15-1]]<<notify 4s>>☺️$char2 liked that<</notify>>
<img src="media/img/w12-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let's go. I feel like sitting on the couch for a while.</span>
</div>
<p>You both sit on the couch and turn on the TV.</p>
[[Hey, want me to give you a foot massage|w16-1]]
[[Put your hand on her leg and slowly approach her pussy|w20-1]]
[[Pull out your cock and show it to her|w17-1]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤔$char2 isn't convinced by your behavior<</notify>>
<img src="media/img/w15w16.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">To be honest, I prefer going to the living room. Going to your room feels a bit weird.</span>
</div>
<p>You both sit on the couch and turn on the TV.</p>
[[Hey, want me to give you a foot massage|w16-1]]
[[Put your hand on her leg and slowly approach her pussy|w20-1]]
[[Pull out your cock and show it to her|w17-1]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤔$char2 isn't convinced by your behavior<</notify>>
<img src="media/img/w15w16.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">That's a bit weird, dude. To be honest, I prefer watching TV.</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/W17-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 pushes you to the floor in shock and locks herself in the bathroom to call your mother.</p>
[["Come on "+$char2+" don't be like that, I just wanted you to suck it for a while"|ww18-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to living room|w3-1]]
[[Go to kitchen|w5-1]]
[[Go to stepmother's room|w1-1]]
<<if $ldientes2 is true>>
<<else>>
[[Brush teeth|w6-1][$ldientes2 = true]]
<</if>><img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to living room|w3-3-2,]]
[[Go to kitchen|w5-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
<<nobr>>
<<if $ldientes is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Brush teeth|w6-3-2,][$ldientes = true]]
<</if>>
<</nobr>><<notify 4s>>🤨$char2 is confused by your behavior<</notify>>
<img src="media/img/w20-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">I don't know what you think you're doing, but you better remove your hand from there right now and turn on the TV.</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV until your stepmother arrives|ww17-2.x1]]
<<else>>
[[Watch TV until your stepmother arrives|ww17-2]]
<</if>>
<</nobr>><img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to bathroom|w2-1]]
[[Go to stepmother's room|w1-1]]
[[Go to kitchen|w5-1]]
<<if $ovragas is true and $ldientes2 is true>>
[[Watch TV|w7-1]]
<<else>>
<</if>>
<<nobr>>
<<if $madrastrasifak is true>>
[[Check phone|w8-1.x2]]
<<elseif $madrastranofak is true or $madrastranofak2 is true>>
[[Check phone|w8-1.x1]]
<<else>>
[[Check phone|w8-1]]
<</if>>
<</nobr>><video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You idiot, I had to go out. $char2 might arrive before me. Be attentive for once in your life and open the door.</span>
</div>
[[Close phone|w3-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. We'll have to leave your visit to my bed for tomorrow. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w3-1]]<img src="media/img/rooms/salon.webp">
<<nobr>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
<p>I feel like playing</p>
<</if>>
<</nobr>>
[[Go to bathroom|w2-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
[[Go to kitchen|w5-3-2,]]
<<nobr>>
<<if $vltele is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Watch TV|w7-3-2,][$vltele = true]]
<</if>>
<</nobr>><div class="story-container">
<h1>Day 6 | Thursday</h1>
<img src="media/img/rooms/player.webp">
<p>After playing for hours, you close the game and go to sleep thinking:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<<nobr>>
<<if $pj2sex3 is true>>
<span class="dialogo">The first time I loved $char2 but this one was even better, I can't get her out of my head.</span>
<<elseif $madrastranofak is true or $madrastranofak2 is true>>
<span class="dialogo">That nosy bitch is starting to piss me off, when my father returns I need to talk to him.</span>
<<else>>
<span class="dialogo">I can't stop thinking about my stepmother. I can't believe how cruel fate is, and this $char2 wouldn't even give me anything. What a disgusting day...</span>
<</if>>
<</nobr>>
</div>
[[Continue|continuar11]]
</div><video src="media/vid/W4-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You notice it's wet. You wonder if she masturbated thinking about you again today.</p>
[[Leave underwear in place|w1-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to bathroom|w2-1]]
[[Go to stepmother's room|w1-1]]
[[Go to living room|w3-1]]
<<nobr>>
<<if $madrastrasifak is true>>
[[Check phone|w9-1.3x1]]
<<elseif $madrastranofak is true or $madrastranofak2 is true>>
[[Check phone|w9-1.3x14]]
<<else>>
[[Check phone|w9-1]]
<</if>>
<</nobr>><video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">You idiot, I had to go out. $char2 might arrive before me. Be attentive for once in your life and open the door.</span>
</div>
[[Close phone|w5-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to bathroom|w2-3-2,]]
[[Go to stepmother's room|w1-3-2,]]
[[Go to living room|w3-3-2,]]
<<nobr>>
<<if $pcomida is true>>
<<if $vltele is true and $ldientes is true and $pcomida is true>>
[[Return to your room to play|ir5-3,]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|w10-3-2,][$pcomida = true]]
<</if>>
<</nobr>><video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth, thinking about how hot she is...</p>
[[Spit paste and rinse|w2-1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth.</p>
[[Spit paste and rinse|w2-3-2,]]<img src="media/img/movies/w7-1.webp">
<p>While watching a new episode of Lord of the Rings, the doorbell rings.</p>
[[Go see who it is|w11-1]]<img src="media/img/movies/w7-3-2.webp">
<p>They're showing vegan coyotes in the movie</p>
[[Turn off TV|w3-3-2,]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w3-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w5-1]]<video src="media/vid/phone.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">It seems I have a message from my stepmother</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Sweetie, I had to get up early to pick up a package and will do some shopping. We'll have to leave your visit to my bed for tomorrow. I'm meeting $char2, she might arrive first. Be attentive to the doorbell and let her in. Kisses.</span>
</div>
[[Close phone|w5-1]]<video src="media/vid/Ww-2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">$char2 is still in the bathroom, better not bother her.</span>
</div>
[[Go to living room|ww-2-2]]
[[Go to stepmother's room|ww-2.1]]<<if $noti is true>>
<<notify 4s>>🤨$char2 is confused by your behavior<</notify>>
<</if>>
<<if $noti2 is true>>
<<notify 4s>>☺️$char2 liked that<</notify>>
<</if>>
<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to bathroom|ww-2]]
[[Go to stepmother's room|ww-2.1]]
<<if $pj2sex2 is true>>
<<run updateAchievement("logro8")>>
<</if>><video src="media/vid/Ww-2.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Through the slightly open door, you see your stepmother masturbating intensely.</p>
[[Go to your room|w.1-2.1]]
[[Keep watching|ww-3]]
[[Enter and eat her out|ww-3.1]]
[[Start masturbating|ww-3.2]]<video src="media/vid/Ww-3.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she starts cumming all over the bed while continuing to masturbate, ending with a moan that fills the bed with her cum.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Mmm so good. I should go paint my nails in the living room.</span>
</div>
[[Go to bathroom|w.1-2]]
[[Go to your room|w.1-2.1]]
[[Go to kitchen|w.1-2-7]]<video src="media/vid/Ww-3.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You enter and eat her out. She starts dripping all over your mouth, but before finishing, she pushes you away with her foot.</p>
[[Fuck her harder|ww3.1.1]]<video src="media/vid/Ww-3.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Suddenly she cums all over the bed while finishing her masturbation.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Mmm so good. I should go paint my nails in the living room.</span>
</div>
[[Keep masturbating|ww3.1.1]]
[[Go to bathroom|w.1-2]]
[[Go to your room|w.1-2.1]]
[[Go to kitchen|w.1-2-7]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww.W.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother, scared, calls your father to tell him what you said.</p>
<p>They decide to send you to a special place where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You know, beings limited to the third dimension are very strange...</span>
</div>
[[Enter the light|continuar7]]<img src="media/img/ww.w.2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">But you realize, $char2 and I were naked. I don't mind, but she's a guest and I don't want her to feel uncomfortable. I prefer you knock next time, even if you wake us up, before doing anything.</span>
</div>
[[Sorry, yes. Next time I'll wake you up before doing anything|x.r.t3]]
[[Next time I'll pull out my cock and shove it in that mouth of yours while you sleep|ww.w.1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 9600,
maxBulletInterval: 12500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 2,
maxObstacles: 4,
};
<</script>>
<<set $diaActual to 1>>
<video src="media/vid/Gaming.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You play some Rovoland games and without realizing it, it gets late and you feel sleepy.</p>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 8600,
maxBulletInterval: 10500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 3,
maxObstacles: 5,
};
<</script>>
<<set $diaActual = 2>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 7600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 3>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 4>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 5>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<script>>
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 15,
minBulletInterval: 6600,
maxBulletInterval: 9500,
safeRadius: 150,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 4,
maxObstacles: 6,
};
<</script>>
<<set $diaActual = 6>>
<img src="media/img/rooms/player.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">I feel like playing a bit</span>
</div>
[[Play|mini1]]<<notify 4s>>😡Your stepmother isn't happy with that<</notify>>
<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Brat! I told you last night to be careful! You realize $char2 and I were naked. I don't mind, but she's a guest and I don't want her to feel uncomfortable. Leave and don't let this happen again or I'll tell your father and I don't care what you say about me.</span>
</div>
[[Sorry, yes. Next time I'll wake you up before doing anything|x.r.t3]]
[[Next time I'll pull out my cock and shove it in that mouth of yours while you sleep|ww.w.1]]<div class="story-container">
<h1>Day 3 | Monday</h1>
<img src="media/img/rooms/player.webp">
<div class="dialogo-imagen pj"></div>
<<nobr>>
<<if $pj2sex2 is true>>
<span class="dialogo">I can't believe I fucked $char2, it was incredible, I hope she comes back next weekend</span>
<<else>>
<span class="dialogo">$char2 left in the afternoon saying she'd stay longer but her husband invited her to dinner since they both have Monday off. Then I went to my room and played on the computer until I got sleepy and went to sleep.</span>
<</if>>
<</nobr>>
</div>
[[Continue|continuar8]]
</div><<if $noti3 is true>>
<<notify 4s>>😞$char2 is disappointed<</notify>>
<</if>>
<img src="media/img/ww17-2.webp">
<p>You start watching TV together until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">What bored expressions you both have.</span>
</div>
[[Say nothing|ww17-3]]
[[Well... there wasn't much to do|ww17-3]]<<if $noti3 is true>>
<<notify 4s>>😞$char2 is disappointed<</notify>>
<</if>>
<img src="media/img/enfadofinal.webp">
<p>You start watching TV together until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I told you to open the door, not sit with her. Disgusting.</span>
</div>
[[Let me be in peace for once|ww17-3x.]]<img src="media/img/ww17-3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The TV always shows the same stuff, dear. Well, shall we go?</span>
</div>
<p>$char2 and your stepmother leave.</p>
[[Go to your room to play|x.r.t6]]<<notify 4s>>😡Your stepmother isn't happy with that<</notify>>
<img src="media/img/enfadofinal.webp">
<p>You watch TV until your stepmother arrives. They're showing The Jarvinsons.</p>
<p>After a while, your stepmother enters through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'll leave you alone when you leave this house and leave me in peace.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Come on, let it go woman, we're going to be late.</span>
</div>
[[Just leave me alone for once|x.r.t6]]<video src="media/vid/Ww18-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother tells your father what you did, and they both decide to send you to a center where they can deal with your problems.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Hey, did you really think that would work out well? I think you need to do other things for that to work, dude...</span>
</div>
[[Try to have sex with the light|c,c1,]]
[[Enter the light|continuar10]]<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<video src="media/vid/Ww3.1.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo">Pervert!</span>
</div>
<p>Your stepmother decides to call your father to explain what you did.</p>
<p>They send you to a special place where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Maybe you're wondering, what am I? No? Well... You wouldn't remember anyway, only the one who decides can connect the clues and even then I doubt they can or want to understand it...</span>
</div>
[[Embrace the light|continuar7]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<<nobr>>
<img src="media/img/girls-wwww1.webp">
<p>You start sucking your stepmother's breasts and penetrate her at the same time.</p>
<img src="media/img/girls-mm2.webp">
<</nobr>>
<p>Suddenly $char2 gets up and wakes your stepmother.</p>
[[Grab your stepmother's breasts with your hands while you fuck her harder|wwww-4]]<video src="media/vid/Wwww-10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start to see her pinch a nipple with one hand while running the showerhead over her vagina.</p>
[[Start masturbating while watching her|wwww-8]]
[[Keep watching|wwww-8]]
[[Go to the living room|ww-2-2]]
[[Go to your stepmother's room|ww-2.1]]<img src="media/img/girls-mm.webp">
<p>You start masturbating while observing their bodies and hearing $char2's breathing accelerate as she begins to release muffled moans, as if trying to suppress them.</p>
[[Cover them with a blanket and go to the dining room to watch TV|wwww-5]]
[[Eat her tits and insert your cock|wwww-1]]
[["Start fucking "+$char2|wwww-3]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<img src="media/img/girls-www3.webp">
<p>You undress and carefully insert your cock into $char2's pussy.</p>
<img src="media/img/girls-mm2.webp">
<p>She quickly opens her eyes fully and wakes up your stepmother.</p>
[[Grab her by the neck and fuck her harder|wwww-4]]<video src="media/vid/Wwww-4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Together they manage to throw you off the bed and out of the room. Your stepmother calls your father and explains the situation.</p>
<p>They decide to institutionalize you in a special facility where they can properly treat your condition.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Let's see if you think I work for you...</span>
</div>
[[Return to the past|continuar7]]<img src="media/img/rooms/salon.webp">
<p>As you approach to cover them, you notice $char2 has one eye slightly open and suddenly closes it.</p>
<p>While going to the living room and sitting on the couch, you wonder...</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">Was she awake all this time?</span>
</div>
[[Turn on the TV|wwww-6]]<img src="media/img/movies/wwww-6.webp">
<p>After watching Almonds vs. Branches for a while, you want to check your phone but realize you left it in the bathroom.</p>
[[Go get your phone|wwww-7]]
[[Keep watching TV|w-ww1]]<video src="media/vid/Wwww-7.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>When you try to enter, you realize the shower is running and knock on the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I'm in the shower, sweetheart. Do you need something?</span>
</div>
<<nobr>>
<<if $pj2sex is false or $pj2sex1 is false>>
[[Yes, I left my phone inside|wwww-9][$nosex3 = true]]
<<else>>
[[Yes, I left my phone inside|www-9]]
<</if>>
<</nobr>>
[[I want to come in and fuck you|wwww-8]]<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<video src="media/vid/Wwww-8.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2, frightened, goes to tell your stepmother, who decides to call your father to explain what you've done.</p>
<p>They decide to institutionalize you in a special facility where they can properly treat your condition.</p>
<p>One night in your cell you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Light isn't subject to time because it always travels at the same speed in a vacuum: approximately 299,792 kilometers per second. You don't go that fast, but I see you love the vacuum...</span>
</div>
[[Forgive me|continuar7]]<video src="media/vid/Wwww-9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Well, I'll stay like this for a while, so if you want to get it, come in honey.</p>
<p>When you enter, you see $char2 running water over her tits to rinse off the soap, with a look of pleasure.</p>
[[Start masturbating while watching her|wwww-8]]
[[Grab your phone while continuing to watch her in the mirror|wwww-10]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">My stepmother... will she be naked again in her room?</span>
</div>
[[Spit out the toothpaste and rinse|ir2-1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">My stepmother... will she be naked again in her room?</span>
</div>
[[Spit out the toothpaste and rinse|ir2-1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother doesn't seem to be in the room.</p>
[[Go to the bathroom|w2-1]]
[[Go to the living room|w3-1]]
[[Go to the kitchen|w5-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|e3-1]]
[[Go to the kitchen|e5-1]]
[[Go to your stepmother's room|e1-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|w3-1]]
[[Go to the kitchen|w5-1]]
[[Go to your stepmother's room|w1-1]]<img src="media/img/rooms/bathroom.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">There's no one here.</span>
</div>
[[Go to the living room|w3-3-2,]]
[[Go to the kitchen|w5-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Return to your room to play|ir5-3,]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to your stepmother's room|e1-1]]
[[Go to the living room|e3-1]]<img src="media/img/rooms/cocina.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The kitchen is empty.</span>
</div>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the living room|w3-3-2,]]
[[Return to your room to play|ir5-3,]]<img src="media/img/movies/x20-1.webp">
<p>They're broadcasting "Violent Dolphins" and "The Avocado Crisis."</p>
[[Turn off the TV|e3-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|e2-1]]
[[Go to your stepmother's room|e1-1]]
[[Go to the kitchen|e5-1]]<img src="media/img/rooms/salon.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">The living room is empty.</span>
</div>
[[Go to the bathroom|w2-3-2,]]
[[Go to your stepmother's room|w1-3-2,]]
[[Go to the kitchen|w5-3-2,]]
[[Return to your room to play|ir5-3,]]<p>This game features over 2000 passages, and we're continuing to improve it. Most aren't available yet because we're still refining, but when we're done the choice system will be spectacular. If you enjoyed the experience, support us on Patreon to help us keep expanding and improving the game. We already have multiple expansions in development alongside the main game, and we don't plan to stop. Plus, supporters get exclusive early access to updates. Thank you for being part of this adventure! 🚀🎮</p>
<<link "Surrender to the light tunnel">>
<<run UI.restart()>>
<</link>>
<<if $pj2sex3 is false and $madrastranofak2 is true or $madrastranofak is true>>
<<run updateAchievement("logro17")>>
<<elseif $pj2sex3 is true and $madrastranofak2 is true or $madrastranofak is true>>
<<run updateAchievement("logro18")>>
<<elseif $pj2sex3 is false and $madrastranofak2 is false or $madrastranofak is false>>
<<run updateAchievement("logro19")>>
<<elseif $pj2sex2 is false and $nosex is true and $nosex2 is true and $nosex3 is true>>
<<run updateAchievement("logro20")>>
<</if>>
/% DAY 3 STEPMOM JULIA %/<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you made breakfast, you're such a sweetheart.</span>
</div>
<p>As she sits down, her towel slips a bit revealing half her nipple.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate when your father leaves for weeks for work. I wouldn't mind if he earned less and spent more time with me. Sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x][$juliasecreta2 = true]]
[[He doesn't deserve you, if I were with a woman like you I'd spend all day with her|irir1-1.x1][$juliasecreta2 = true]]
[[I'd leave too if I were him|irir1-1.x2][$juliasecreta2 = true]]
[[Whip out your dick in front of her|ir40-1]]
[[I met a girl on Tinder|iru-1]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh honey, you made breakfast. Well if this is your way of apologizing for the other night, apology accepted.</span>
</div>
<p>As she sits down, her towel slips a bit revealing half her nipple.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I hate when your father leaves for weeks for work. I wouldn't mind if he earned less and spent more time with me. Sometimes I feel so lonely... accompanied by a sigh.</span>
</div>
[[Say nothing|irir1-1.x][$juliasecreta2 = true]]
[[He doesn't deserve you, if I were with a woman like you I'd spend all day with her|irir1-1.x1][$juliasecreta2 = true]]
[[I'd leave too if I were him|irir1-1.x2][$juliasecreta2 = true]]
[[Whip out your dick in front of her|ir40-1]]
[[I met a girl on Tinder|iru-1]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh that app is nonsense... I'd stop using it immediately, honey.</span>
</div>
[[I met a girl I really like|iru-2]]
[[Well there's this girl I've been gaming with these days|iru-13]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I DON'T NEED TO SEE SHIT! Wash the fucking dishes while I go to yoga with $char2.</span>
</div>
[[Wash dishes and go to your room|x.r.t4][$madrastranofak = true]]
[[Leave dirty dishes and go watch her change|irir2-1][$madrastranofak = true; $platossucios = true]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You should stop playing those little kid games. Besides, what kind of girl plays that crap?</span>
</div>
[[Talking to her these days has been amazing|iru-4]]
[[Hey stupid, all you do is yoga and partying|iru-14]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the FUCK did you say you filthy little SHIT? That's the last fucking time you talk to me like that!</span>
</div>
[[I wonder if dad knows you get wasted drunk every time he's away|iru-18]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Listen here you fucking asshole, if you tell your dad I'll say you hit me and RUIN your fucking life. Now eat your shitty food and wash the fucking dishes, I'm going to change!</span>
</div>
[[Wash dishes and go to your room|x.r.t4][$madrastranofak = true]]
[[Leave dirty dishes and go watch her change|irir2-1][$madrastranofak = true; $platossucios = true]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">How can you like her if you just met? That's bullshit.</span>
</div>
[[Talking to her these days has been amazing|iru-4]]
[[It's not bullshit, I really like her|iru-31]]
[[Why are you being like this?|iru-38]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Fuck no, forget it! I won't let you meet some random slut. You're the son of one of the most important people in town, focus on studying and cut the crap.</span>
</div>
[[I want to bring her home|iru-6]]
[[Hey don't go overboard|iru-26]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I'm not going overboard, it's for your own good. You'll thank me later.</span>
</div>
[[I have nothing to thank you for, I'll meet her whether you like it or not|iru-27]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">AS LONG AS YOU'RE IN MY FUCKING HOUSE YOU'LL DO WHAT I SAY!</span>
</div>
[[I wonder if dad knows you get wasted drunk every time he's away|iru-18]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">That's because you lack experience and fall in love too easily.</span>
</div>
[[Seriously no, she's special|iru-5]]
[[Well we'll see, for now I want to meet her|iru-20]]
[[Same thing happened with you and dad and I didn't say shit|iru-43]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Yes it is. Trust me I'm older and know what I'm talking about.</span>
</div>
[[No, she's special|iru-4]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">The fuck you mean "just warning me", you little brat? I make the fucking rules here!</span>
</div>
[[Why are you being like this? Show some understanding, you bring $char2 over whenever you want|iru-8]]
[[Who the fuck do you think you are?|iru-33]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">I'm your stepmother and have more authority than you in this house, so watch your fucking mouth.</span>
</div>
[[Fuck you, you haven't been here as long as me and she's not some slut|iru-9]]
[[I don't give a fuck, I'm bringing her and that's final|iru-34]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Fucking try it and I'll drag that bitch out by her hair. While you're under this roof I'm in charge, so get your ass washing those dishes and don't let me catch you bringing that skanky whore here.</span>
</div>
[[I'm bringing her and you won't do shit|iru-36]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Listen you fucking retard, if you bring her here it'll be the last thing you do. Final warning - now wash the fucking dishes while I go to yoga with $char2.</span>
</div>
[[Wash dishes and go to your room|x.r.t4][$madrastranofak = true]]
[[Leave dirty dishes and go watch her change|irir2-1][$madrastranofak = true; $platossucios = true]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Because I know that app. It's only for quick sex - either you catch a disease or knock her up.</span>
</div>
[[What the hell? I just want to game with her|iru-5]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">And what would you say? What happens between your father and me is our business.</span>
</div>
[[Well it's mine too since I'm his son|iru-51]]<img src="media/img/q24-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Trust me, I have way more experience than you. You won't find anything good on that app.</span>
</div>
[[We'll see, for now I'd like to bring her home to meet her|iru-6]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">You're just an 18-year-old who should get a job and stop bothering us!</span>
</div>
[[Fuck you, you haven't been here as long as me and she's not some slut|iru-9]]
[[I don't give a fuck, I'm bringing her and that's final|iru-34]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Bring her home?! Are you fucking crazy?!</span>
</div>
[[Why? We just want to game|iru-7]]
[[I was just warning you|iru-32]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Because she's a fucking stranger! Who knows what she has or who she is? FUCK NO!</span>
</div>
[[Why are you being like this? Show some understanding, you bring $char2 over whenever you want|iru-8]]
[[Who the fuck do you think you are?|iru-33]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">WHO THE FUCK DO YOU THINK YOU ARE TO TELL ME WHAT TO DO?! Besides $char2 is your father's friend too, don't compare her to some 19-year-old slut full of diseases.</span>
</div>
[[Fuck you, you haven't been here as long as me and she's not some slut|iru-9]]
[[I don't give a fuck, I'm bringing her and that's final|iru-34]]<img src="media/img/q25-1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Listen here you little shit, this house is MINE and your father's. You're 18 already, so if you don't like it get the fuck out and leave us alone. But while you're under this roof I'm in charge, so get your ass washing those dishes and don't let me catch you bringing that skanky bitch here.</span>
</div>
[[You haven't even seen her|iru-10]]<div class="story-container">
<h1>Day 1 | Saturday</h1>
<<nobr>>
<p>It's summer. You just turned 18. You're still a virgin.</p>
<p>You live with your father... or rather, in his house. He spends most of his time away, traveling for reasons he never fully explains to you.</p>
<p>All you know is that he's the head of the ''Great Central Laboratory of Amoralea'', a huge place with high walls and sealed doors, right in the heart of the town. No one who doesn't work there really knows what happens inside.</p>
----
<p>''Amoralea'' is not a common city. It was built on a fragment of a meteorite that impacted Earth decades ago.</p>
<p>Since then, things happen... differently. Not always bad. Not always good. But always strange.</p>
<video src="media/img/rooms/home.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother takes care of you when your father is not around. She's a temperamental woman, strict with the house rules and especially clear about one: ''no bringing strangers home''.</p>
<p>Even so, she breaks that rule herself by inviting her best and only friend $char2 over, especially on weekends.</p>
<p>This is one of the many stories that are born and sometimes twist in ''Amoralea''.</p>
<p>''Welcome to Amoralea.''</p>
<p>Your story is just beginning.</p>
<</nobr>>
[[Begin your story|c,c]]
<<nobr>>
<<run updateAchievement("logro1")>>
<</nobr>>
</div><p>You find $char2, your mother's friend, sleeping in the bed. It seems they went out partying last night and she decided to stay over. She usually does this on weekends because her husband gets up early for work and she doesn't want to disturb him when she comes home late.</p>
<video src="media/vid/cory/cory1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You notice that the blanket has moved and she's uncovered on one side. Her chest is showing.</p>
[[Go to breakfast|q111]]
[["Wake up "+$char2|c,c17]]
[["Touch "+$char2+"'s breasts"|c,c16]]
[[Start masturbating|c,c16]]<video src="media/vid/Clock.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm goes off, you open your eyes and feel empty, it's summer and you have a lot of time, but you don't know how to spend it.</p>
<p>The first decision of the morning is always complicated...</p>
<<link "Check phone" "c,c1">><</link>>
[[Go to the bathroom to wash your face|c,c3]]
[[Stay in bed doing nothing|c,c2]]<p>A few days ago you registered on Tonder, the trendy app for meeting people. You're not very good with social networks, so you thought you'd try something different to meet people, and if the person you meet is a girl, that's a bonus.</p>
<video src="media/vid/tonder.webm" class="border sm" autoplay="true" loop="true" muted="true"></video>
<p>These days you haven't had much success, and even with the few matches you've had, you can't manage a conversation that goes beyond the first two questions.</p>
<p>Today you feel lucky, you think you're going to get your first match.</p>
<<link "Open Tonder" "Phone">><</link>>
[[Go to the bathroom to wash your face|c,c3]]
[[Stay in bed doing nothing|c,c2]]<video src="media/vid/Bored.webm" class="sm border" autoplay="true" loop="true" muted="true"></video>
<p>After a few games, you start to get bored.</p>
<p>You decide it's time to do something more interesting. You could try your luck on Tonder.</p>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]
[[Go to the living room|c,cc5]]
[[Open Tonder|Phone]]<<notify 4s>>🤬$char2 cannot tolerate this behavior<</notify>>
<img src="media//img/c,c15.webp">
<p>$char2 wakes up frightened when she sees what's happening, covers herself and runs to tell your stepmother.</p>
[[Apologize|c,c4,]]<video src="media/vid/cory/cory5.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You continue masturbating while she's asleep and see that when she lifts her leg a bit, her vagina is uncovered.</p>
[[Touch her|c,c18]]
[["Cum on "+$char2+"'s face"|c,c15]]
[[Stop and wake her up|c,c17]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/cory/cory2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 opens her eyes and gets up, covering herself with the blanket.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh! Hello handsome, sorry, I was dying of heat under the blanket last night and took off my underwear.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Ugh, what a headache...</span>
</div>
[[No worries, it's been the best part of my day|pj-2]]
[[Go to the kitchen without saying anything|q111]]<video src="media/vid/cory/cory4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You get very turned on when you start touching her vagina.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj"></div>
<span class="dialogo">She's so hot!</span>
</div>
[["Cum on "+$char2+"'s face"|c,c15]]
[[Stop and wake her up|c,c17]]<p>You stay lying in bed for a while until you start feeling uncomfortable.</p>
<img src="media/img/cantsleep.webp">
[[Check phone|c,c1]]
[[Go to the bathroom to wash your face|c,c3]]<video src="media/vid/lexibath.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You're so sleepy that you don't hear the shower running and you find your stepmother naked when you open the door.</p>
[[Close the door immediately and apologize|c,c7]]
[[Keep looking|c,c5]]
[[Start masturbating|c,c4]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadofinal.webp">
<p>Your stepmother grabs the towel and covers herself quickly, tells you that you're sick and closes the door. After drying off and getting dressed, she calls your father and explains the situation. They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night in the institution, you dream of a light.</p>
<video src="media/vid/Internado.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You can take another path, I believe in you.</span>
</div>
[[Rewind time|c,c]]<p>$char2 grabs the sheet and covers herself quickly, tells you that you're sick and closes the door. After drying off and getting dressed, she calls your father and explains the situation. They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night in the institution, you dream of a light.</p>
<video src="media/vid/Internado.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<span class="dialogo">I didn't expect this... I'm sure you can do it differently.</span>
[[Rewind time|c,c]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadotoalla.webp">
<p>Your stepmother grabs the towel to cover herself and screams.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">AHHHH!</span>
</div>
<p>Your stepmother realizes you're looking at her and gets angry.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Why do you always do the same thing?</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't you have any manners or what!?</span>
</div>
[[Close the door immediately and apologize|c,c7]]
[[Keep looking without saying anything|c,c6]]
[[Start masturbating|c,c4]]<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<img src="media/img/enfadotoalla.webp">
<p>Angry, she shouts.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you doing? Close the door!</span>
</div>
[[Close the door and apologize|c,c7]]
[[Keep looking|c,c4]]
[[Start masturbating|c,c4]]<img src="media/img/enfadotoalla.webp">
<p>You hear your stepmother say through the door.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Be more careful, how embarrassing!</span>
</div>
[[Yes, sorry stepmother|c,c9]]
[[I'm sorry, I've never seen a naked woman before|c,c8]]<<notify 4s>>🤨Your stepmother found that behavior strange<</notify>>
<img src="media/img/enfadotoalla.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo">And what do you mean by that?</span>
</div>
[[I don't know, sorry...|c,c9]]
[[That I'd like to fuck you|c,c4]]<img src="media/img/enfadotoalla.webp">
<p>You decide it's time to do something else...</p>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]
[[Go to the living room|c,cc5]]<img src="media/img/rooms/cocina.webp">
<p>There's nobody here</p>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the living room|c,cc5]]<img src="media/img/rooms/salon.webp">
<p>There's nobody here</p>
<<nobr>>
<<if $ajugarx is true>>
<<else>>
[[Go to your room and play on the computer|c,c10][$ajugarx = true]]
<</if>>
<</nobr>>
[[Go to the guest room|a-1]]
[[Go to the kitchen|c,cc4]]<img src="media/img/e311.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Come on $char2, stop looking at it with those eyes - we know each other.</span>
</div>
[[Say nothing|m.x.4]]
[[I like how you're looking at me|m.x.5]]<video src="media/vid/w2724.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, love...</span>
</div>
[[Cum inside her ass|w26.5]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w263.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Let her ride and stretch her anus on top of you|w27.2.7]]
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her face down and destroy her ass|w27.2.4]]<video src="media/vid/w2727.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">How hard you are....</span>
</div>
[[Cum inside her ass|w26.5]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2721.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Haaa, my poor anus...</span>
</div>
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her face down and destroy her ass|w27.2.4]]<video src="media/vid/w2725.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The massage came with a meal included, haha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, if you're done we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]
<<run updateAchievement("logro12")>><div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, kid! Go play your console and stop bothering.</span>
</div>
[[Go have breakfast|q111]]
[[Sorry, it was a joke|m.x.3]]<img src="media/img/r21x3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Well I didn't find it funny at all</span>
</div>
[[Go have breakfast|q111]]
[[Come on, don't get angry, how could I be serious|m.x.18]]<img src="media/img/r21x3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Whatever, we have things to do</span>
</div>
[[Go have breakfast|q111]]
[[Stare at them and say nothing|m.x.13]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">What's wrong girl, let me enjoy the view haha</span>
</div>
[[Yes, let her enjoy the view|m.x.6]]
[[Say nothing|m.x.7]]<img src="media/img/conv1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, don't get carried away haha, I'm married, boy</span>
</div>
[[Say nothing|m.x.7]]
[[Go have breakfast|q111]]
[[A lucky man|m.x.8]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Oh, wait, this is getting interesting</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Don't push it, kid... haha</span>
</div>
[[Don't push it, you bitch|m.x.9][$pj2sex = false]]
[[It's a joke, woman haha|m.x.10]]
[[Go have breakfast|q111]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh, but you're turning red.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Are you nervous, sweetie haha?</span>
</div>
[[A little, yes|m.x.11][$pj2sex4 = true]]
[[Go have breakfast|q111]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, sometimes he seems to forget how lucky he is haha</span>
</div>
[[I wouldn't forget|m.x.12][$pj2sex4 = true]]
[[Go have breakfast|q111]]
[[Yes, sometimes it's better to forget|m.x.9][$pj2sex = false]]<img src="media/img/enfadadadia1.webp">
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you saying, you wretch</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Come on, get out of here, you're starting to annoy us</span>
</div>
[[Go have breakfast|q111]]
[[Keep staring at them intently|m.x.13]]<img src="media/img/conv1.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Aww, that's too bad... And I thought someone young liked me.</span>
</div>
[[Go have breakfast|q111]]
[[Woman, you look like you just graduated from high school|m.x.14]]<img src="media/img/conv1.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're so cute, really haha</span>
</div>
[[Well, I'm going to have breakfast haha|q111]]<img src="media/img/conv2.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're quite the charmer, handsome haha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Will you stop flirting with my friend, or she'll end up staying here with you instead of going out</span>
</div>
[[Go have breakfast|q111]]
[[Don't worry, you can both stay with me|m.x.15]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Well, that wouldn't be a bad idea, don't you think?</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Drop the nonsense $char2, come on, we need to get ready</span>
</div>
[[I'm going to have breakfast|q111]]<img src="media/img/angry1.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">He's starting to scare me</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Don't you hear me, you fucking nerd? GET OUT</span>
</div>
[[Get naked and try to fuck them|m.x.16]]<img src="media/img/lexysuck.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<p>You put it in your stepmother's mouth</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Leave her alone, DISGUSTING</span>
</div>
[[Keep fucking|m.x.17]]<video src="media/vid/Ir40--1-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<<notify 4s>>🤬Your stepmother can't tolerate this behavior<</notify>>
<p>$char2 pushes you to the ground and between the two of them they manage to immobilize you</p>
<p>They lock themselves in the bathroom and your stepmother decides to call your father</p>
<p>They end up sending you to a special place for people like you</p>
<p>One day in bed a light appears</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">The great stone has a lot of fun watching you</span>
</div>
[[Go back to the past|Menu]]<img src="media/img/conv3.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">Come on, sweetheart, enough, we need to get ready</span>
</div>
[[Go have breakfast|q111]]<img src="media/img/conv1.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">If you were a few years older, you'd be dangerous, sweetheart haha</span>
</div>
<p>My stepmother comes from the bathroom with a towel wrapped around her body and sits in the living room.</p>
[[So you're not my age?|pj2-20][$pj2sex = true]]
[[You two must be dangerous at night|pj2-10]]<img src="media/img/conv2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Haha, why's that? </span>
</div>
[[I'd do anything you asked me haha|m.x.1][$pj2sex1 = true]]
[[Because with the amount of alcohol you drink, I'd be scared to be in that nightclub|m.x.1.2][$pj2sex = false]]<img src="media/img/angryll.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<<notify 4s>>😡Your stepmother didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What are you saying, kid! Go play your console and stop bothering.</span>
</div>
[[I'm going to have breakfast|q111]]
[[Sorry, it was a joke|m.x.3]]<video src="media/vid/Clock.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The alarm clock rings and you open your eyes, feeling empty. It's summer and you have lots of time,
but you don't know how to spend it. The first decision of the morning is always complicated...</p>
[[Go to the bathroom|e2.1]]
[[Go to your stepmother's room|e1.1]]
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is not here. You find a note on the bed, next to wet panties.</p>
[[Read the note|r1.1]]
[[Go to the bathroom|e2.1]]
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]<img src="media/img/rooms/cama_madrastra.webp">
<p>Your stepmother is not here, the panties are still there next to the note.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]<img src="media/img/food/e101.webp">
<p>I make black couscous with grilled sea bass.</p>
<p>Very tasty.</p>
[[Close phone|e5.1]]<img src="media/img/rooms/bathroom.webp">
<p>There's no one here</p>
[[Go to the living room|e3.1]]
[[Go to the kitchen|e5.1]]
<<nobr>>
<<if $ldientes6 is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Brush your teeth|e6.1][$ldientes6 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/bathroom.webp">
<p>There's no one here</p>
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]
[[Go to your stepmother's room|e1.1.1]]<img src="media/img/rooms/salon.webp">
<p>The living room is empty.</p>
[[Go to the bathroom|e2.1]]
[[Go to the kitchen|e5.1]]
<<nobr>>
<<if $vltele6 is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Start watching TV|x20.1][$vltele6 = true]]
<</if>>
<</nobr>><img src="media/img/e311.webp">
<p>$char2 and your stepmother are in the living room laughing.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">I can't believe you too</span>
</div>
[[Keep listening|e3.1.2]]<img src="media/img/e312.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, it seems the rascal has had fun with both of us haha</span>
</div>
[[Keep listening|e3.1.3]]<img src="media/img/e313.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, we'll have to show him how we play haha</span>
</div>
[[What are you talking about?|e3.1.4]]
[[Hello|e3.1.4]]
[[Enter without saying anything|e3.1.4]]<video src="media/vid/e314.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well hello handsome, come here. Another friend is staying over tonight and we've inflated this bed for her</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Why don't you lie down and see if it's comfortable?</span>
</div>
[[Lie down on the bed|e3.1.4.2]]
[[Stop fooling around and take off your clothes|e3.1.4.7]]<video src="media/vid/e31426.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What a fuck, hottie</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Yes, he's truly a box of surprises, we'll have to invite him to play from now on haha</span>
</div>
[[Whenever you want, well I'm going to play for a while|ir5-3,]]
<<run updateAchievement("logro14")>><video src="media/vid/e31424.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.30]]<video src="media/vid/e31430.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Take it out and start fucking "+$char2|e3.1.4.21]]<video src="media/vid/e31422.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.24]]<video src="media/vid/e31420.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e31418.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking her hard|e3.1.4.191]]
[[Grab her by the neck|e3.1.4.201]]<video src="media/vid/e314201.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e314191.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e3142.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>They start kissing while touching you</p>
[[Let them continue|e3.1.4.5]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e3147.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Tell them to masturbate you|e3.1.4.9]]
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]<video src="media/vid/e31411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Fuck "+$char2+" harder"|e3.1.4.12]]<video src="media/vid/e31412.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Ask "+$char2+" to turn around and continue fucking"|e3.1.4.14]]
[[Ask your stepmother to turn around and continue fucking|e3.1.4.15]]<video src="media/vid/e31415.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Continue fucking your stepmother hard|e3.1.4.161]]<video src="media/vid/e314161.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Ask them both to get on all fours|e3.1.4.174]]<video src="media/vid/e314174.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Start fucking "+$char2|e3.1.4.17]]
[[Start fucking your stepmother|e3.1.4.18]]<video src="media/vid/e31410.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Fuck your stepmother harder|e3.1.4.121]]<video src="media/vid/e314121.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Ask "+$char2+" to turn around and continue fucking her"|e3.1.4.14]]
[[Ask your stepmother to turn around and continue fucking her|e3.1.4.15]]<p>They start masturbating you</p>
<video src="media/vid/e3149.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]
<<run updateAchievement("logro15")>><video src="media/vid/e3145.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother takes off $char2's breasts</p>
[[Let them continue|e3.1.4.51]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31451.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 takes off your stepmother's breasts and starts licking them</p>
[[Let them continue|e3.1.4.52]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31452.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 gets on top of you and starts rubbing her pussy</p>
[[Let them continue|e3.1.4.53]]
[[Take off your pants and make them suck it|e3.1.4.7]]<video src="media/vid/e31453.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother starts licking $char2's anus</p>
[[Let them continue|e3.1.4.54]]
[[Take off your pants and make them suck it|e3.1.4.7]]
<<run updateAchievement("logro16")>><video src="media/vid/e31454.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Your stepmother gets on top of $char2 and they start moving their pussies on your face</p>
[[Take off your pants and make them suck it|e3.1.4.7]]
[[Start fucking your stepmother|e3.1.4.10]]
[["Start fucking "+$char2|e3.1.4.11]]<video src="media/vid/e31414.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Keep fucking "+$char2+" hard"|e3.1.4.16]]<video src="media/vid/e31416.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Ask them both to get on all fours|e3.1.4.174]]<video src="media/vid/e31417.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking her hard|e3.1.4.19]]
[[Grab her hair|e3.1.4.20]]<video src="media/vid/e31419.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Lay "+$char2+" on the bed and put your cock in"|e3.1.4.21]]
[[Lay your stepmother on the bed and put your cock in|e3.1.4.22]]<video src="media/vid/e31421.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.23]]<video src="media/vid/e31423.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Keep fucking hard|e3.1.4.25]]<video src="media/vid/e31425.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Cum on "+$char2|e3.1.4.26]]<img src="media/img/rooms/cocina.webp">
<p>The kitchen is empty.</p>
[[Go to the bathroom|e2.1]]
[[Go to the living room|e3.1]]
<<nobr>>
<<if $ldientes is true>>
<<if $vltele6 is true and $ldientes6 is true and $pcomida6 is true>>
[[Go to your stepmother's room|e1.1]]
<<else>>
<</if>>
<<else>>
[[Prepare breakfast|e10.1][$pcomida6 = true]]
<</if>>
<</nobr>><img src="media/img/rooms/cocina.webp">
<p>The kitchen is empty.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to your stepmother's room|e1.1.1]]
[[Go to the living room|e3.1.1]]<video src="media/vid/Colgate.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You brush your teeth and suddenly scenes of everything that happened yesterday with your stepmother come to mind, you start getting horny.</p>
[[Spit out the paste and rinse|e2.1]]<video src="media/vid/r11.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>The note says:</p>
<p>Did you want to fuck me again like yesterday? Well, stay for breakfast with $char2, she's going to sleep over tonight, we'll be by in a bit. I would have liked you to fuck me this morning too, so much that my panties got wet.</p>
[[Go play in your room for a while|t1]]<img src="media/img/rooms/player.webp">
<p>Time passes... you hear the door and it's your stepmother and $char2.</p>
[[Go to the bathroom|e2.1.1]]
[[Go to your stepmother's room|e1.1.1]]
[[Go to the living room|e3.1.1]]
[[Go to the kitchen|e5.1.1]]<img src="media/img/w12-1.webp">
<p>$char2 comes through the door</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hello, handsome. Your mother told me to wait for her, we're going out to eat.</span>
</div>
[[That's great, do you want to go to the living room and watch something|w13]]<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let's go. I feel like sitting on the couch for a while.</span>
</div>
<p>You both sit on the couch and turn on the television.</p>
<video src="media/vid/w13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Hey, would you like me to give you a foot massage|w16]]
[["Undress "+$char2|w20]]
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Watch TV for a while until your stepmother comes|ww17-2.x1][$noti3 = true; $nosex2 = true]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Watch TV for a while until your stepmother comes|ww17-2.x1][$noti3 = true; $nosex2 = true]]
<<else>>
[[Watch TV for a while until your stepmother comes|ww17-2][$noti3 = true; $nosex2 = true]]
<</if>>
<</nobr>><<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/w16.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course I'd like one, sweetheart, I've been running around all week.</span>
</div>
[["Undress "+$char2|w20]]
[[Take her foot and put it in your mouth|w22]]
<<run updateAchievement("logro9")>><p>You start fucking her on the rug</p>
<video src="media/vid/w17.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Hey, how about we go to my room?|w22.1]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/w20.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Getting right to it, huh? Haha</span>
</div>
[[Put her on all fours and fuck her pussy|w23]]
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]
[[Take out your cock and put it in front of her|w21]]<video src="media/vid/w21.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put her on all fours and fuck her pussy|w23]]
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]<video src="media/vid/w22.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[["Undress "+$char2|w20]]<video src="media/vid/w23.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>She starts moaning.</p>
[[Lay her on the rug and fuck her pussy|w24]]
[[Lay her on the rug and put your cock in her mouth|w17]]<video src="media/vid/w24.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>As you take off her pants, she removes her shirt
She's now completely naked</p>
[[Hey, what if we go to my room instead?|w22.1]]<video src="media/vid/w221.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, better that way. If your stepmother arrives, she won't catch us on the sofa.</span>
</div>
[[Go to your room|w25.1]]<video src="media/vid/w251.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You're so hot, honey...</span>
</div>
[[Start rubbing your cock against her ass|w25]]
[[Put your cock in her mouth|w27]]
[[Start fucking her pussy|w27.1]]
<<run updateAchievement("logro10")>><video src="media/vid/w25.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Careful love, it hurts a little there.</span>
</div>
[[Turn her around and put it in her ass|w25.2]]
[[Take it out and put it in her pussy|w26.1]]<img src="media/img/enfadofinal.webp">
<p>You go to the bathroom, once cleaned and dressed, you head to the living room</p>
<p>Where you find your stepmother sitting on the sofa</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">What the hell were you doing with this fucking nerd in the bathroom</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Relax, he just brought me a towel</span>
</div>
[[What's up, harpy? Can't you wait 2 minutes for your friend to finish showering?|w36.x]]<video src="media/vid/w252.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">It hurts, honey</span>
</div>
[[Take it out and put it in her pussy|w26.3]]
[[Put her on all fours and keep fucking her anus|w27.2.1]]
[[Tell her to get on top and put it in her anus|w27.2.2]]<video src="media/vid/w2727.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you want to destroy my ass, honey? Alright, I'll let you do it</span>
</div>
[[Lay her on the bed facing you and destroy her ass|w26.4]]
[[Lay her back down and destroy her ass|w27.2.4]]<video src="media/vid/w264.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Ohhh fuck...</span>
</div>
[[Come inside her ass|w26.5]]
[[Come on her tongue|w27.2.5]]<video src="media/vid/w265.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm I can feel it hot inside</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, if you're done, we should take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]
<<run updateAchievement("logro13")>><video src="media/vid/w311.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Let me clean your cock for you, honey</span>
</div>
<<nobr>>
<<if $madrastranofak is false and $madrastranofak2 is true>>
[[Finish cleaning up and go to the living room|w31.x]]
<<elseif $madrastranofak is true and $madrastranofak2 is false>>
[[Finish cleaning up and go to the living room|w31.x]]
<<else>>
[[Finish cleaning up and go to the living room|w31]]
<</if>>
<</nobr>><img src="media/img/ww17-2.webp">
<p>You go to the bathroom, once cleaned and dressed, you head to the living room</p>
<p>Where you find your stepmother sitting on the sofa</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Having a good time?</span>
</div>
[["I was showing "+$char2+" some things in my room"|w36]]
[[Yes, I wanted to show her my massage skills and she had a lot of knots|w37]]<img src="media/img/ww17-2.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Well, those things must have been scary because I kept hearing her scream hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ok come on $char2, let's go or we'll be late.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And you behave yourself.</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<img src="media/img/enfadofinal.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Look, kid, don't mess with me or I'll end up slapping you in the face</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">And that took too long for just a towel</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Come on, let's go or we'll be late</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-enfadada"></div>
<span class="dialogo-enfadado">Next time, hurry up a bit</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Wow, I didn't know you were so good at it, because she sounded satisfied. You'll have to give me one too.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Ok come on $char2, let's go or we'll be late.</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">And you behave yourself.</span>
</div>
[[Go to your room to play|x.r.t6][$pj2sex3 = true]]<video src="media/vid/Wwww-10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>You start to see her pinching one nipple with her hand while passing the shower head over her vagina.</p>
[[Start masturbating while watching her|www-8]]
<<nobr>>
<<if $pj2sex4 is false>>
[[Keep watching|z.4.1]]
<<else>>
[[Keep watching|z4]]
<</if>>
<</nobr>><p>After a while, you want to grab your phone but realize you left it in the bathroom.</p>
[[Go get the phone|www-7]]<video src="media/vid/Wwww-8.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>$char2 frightened goes to talk to your stepmother, who decides to call your father to explain what you did.</p>
<p>They decide to commit you to a special place where they can properly treat your illness.</p>
<p>One night you see a light.</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Light is not subject to time because it always travels at the same speed in a vacuum: approximately 299,792 kilometers per second. You don't go that fast, but I see you love the void....</span>
</div>
[[Sorry|continuar7]]<video src="media/vid/Wwww-9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<p>Well, I'm going to be here for a while, so if you want to come in and get it, handsome.</p>
<p>When you enter, you see $char2 running water over her breasts to remove the soap with an expression of pleasure.</p>
[[Start masturbating while watching her|www-8]]
[[Grab the phone while continuing to watch her in the mirror|www-10]]<img src="media/img/movies/x201.webp">
<p>They're making Albino Orangutan now a lawyer</p>
[[Turn off the TV|e3.1]]<video src="media/vid/z1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, if your stepmother finds out about this, she'll kill us.</span>
</div>
[[Put your cock in her mouth|z6]]
[[Put your cock in her pussy|z7.1.1]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Put it in her anus and then in her pussy|z8.34]]
[[Turn her around and fuck her anus against the counter|z8.35]]
[[Take it out and put it in her mouth|z8.36]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
[[Come inside|z8.14]]
[[Come in her mouth|z8.15]]
[[Come on her face|z8.16]]
[[Come on her ass|z8.17]]<<notify 4s>>☺️$char2 liked that<</notify>>
<video src="media/vid/z41.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you think I don't see you, honey?</span>
</div>
[["Get undressed and get in the shower with "+$char2|z4.1.1][$pj2sex2 = true]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<video src="media/vid/z42.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I can't believe it hahaha but well handsome, how direct</span>
</div>
[[Why waste time|z4.1.3]]
[[An opportunity like this can't be wasted|z4.1.4]]
[[What's wrong, don't you like it?|z4.1.5]]<video src="media/vid/z43.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I see that, it's hard as a rock</span>
</div>
[[Happy to see you|z4.1.6]]
[[Logical, right?|z4.1.7][$pj2sex2 = false]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Look, first of all, I didn't give you any permission to undress and come in here with me</span>
</div>
[[Well, I gave myself permission|z4.1.8]]
[[Sorry, I didn't mean to upset you|z4.1.9]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">But handsome, remember that I'm married</span>
</div>
[[I know, but would it be so bad if no one finds out?|z4.1.10]]
[[I don't care that you're married|z4.1.7][$pj2sex2 = false]]<video src="media/vid/z49.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't say it would be bad, I'm saying it's risky</span>
</div>
[[Come on, no one will find out, I promise|z4.1.11]]
[[Don't you like risk?|z4.1.12]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course I like risk hahaha</span>
</div>
[[Rub your cock against her pussy|z1]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I hope nobody finds out then hahaha</span>
</div>
[[Rub your cock against her pussy|z1]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you saying, kid? Get out of here right now</span>
</div>
[[Put your cock in her pussy|z4.1.14]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<p>You put it in her pussy</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">What are you doing, stop!</span>
</div>
[[Continue fucking her mouth forcefully|z4.1.15]]<img src="media/img/z417.webp">
<<notify 4s>>🤬$char2 can't tolerate this behavior<</notify>>
<p>She manages to push you away and you slip, falling to the floor</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Oh my god no</span>
</div>
<p>You crack your skull open and start losing a lot of blood</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Help!</span>
</div>
<p>You start to see a light</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">You have to learn when yes and when no hahaha but hey, can't say you're not persistent</span>
</div>
[[Let the light envelop you|continuar7]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, I'm the one who has to give it to you</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Please leave the bathroom now</span>
</div>
[[Apologize embarrassed and return to the living room|ww-2-2]]
[[Put your cock in her mouth|z4.1.14]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, I don't care what you intended, please leave the shower</span>
</div>
[[Apologize embarrassed and return to the living room|ww-2-2][$noti = true]]
[[Put your cock in her mouth|z4.1.14]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">And who told you this is an opportunity hahaha</span>
</div>
[[Do I need someone's permission?|z4.1.20][$pj2sex2 = false]]
[[Say nothing and look embarrassed|z4.1.21]]
[[Sorry, I may have rushed in|z4.1.22]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Yes, I have to give it to you</span>
</div>
[[Well, I gave it to myself|z4.1.13]]
[[Sorry, I didn't mean to upset you|z4.1.9][$noti = true]]<img src="media/img/wwww-7.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Oh, don't worry love, don't be like that</span>
</div>
[[I'll leave if you want, sorry|z4.1.23]]<img src="media/img/wwww-9.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">No, silly, stay. Let's shower together</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">How about I soap you up a bit</span>
</div>
<p>She starts masturbating you</p>
[[Rub your cock against her pussy|z1]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">A bit, yes, kid hahaha</span>
</div>
[[But since we're here, suck it for a while|z4.1.26][$pj2sex2 = false]]
[[Say nothing and look embarrassed|z4.1.21]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What are you saying? Go to your room and jerk off</span>
</div>
[[Put your cock in her mouth|z4.1.14]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't say that, I just didn't expect you to get naked and come in directly</span>
</div>
[[I'm full of surprises|z4.1.30][$pj2sex2 = false]]
[[Well, what did you expect when you called me|z4.1.7][$pj2sex2 = false]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes, you are hahaha but it caught me a bit off guard</span>
</div>
[[Of course, I'm also sharp like a knife|z4.1.32][$pj2sex2 = false]]
[[Well, what did you expect when you called me|z4.1.7]]<img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What you still are is a bit of a child, and I'm married hahaha I think it's best to forget this situation</span>
</div>
[[Put your cock in her mouth|z4.1.14]]
[[Well, what did you expect when you called me|z4.1.7]]
[[Apologize embarrassed and return to the living room|ww-2-2]]<video src="media/vid/z41.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do you think I don't see you, honey?</span>
</div>
[[I don't care if you see me|z.4.2]]
[[Apologize embarrassed and return to the living room|ww-2-2][$noti = true]]<video src="media/vid/z42.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I didn't expect you to be so brazen hahaha</span>
</div>
[[You're so beautiful it's impossible to resist|z.4.3]]
[[Approach her|z.4.4]]<video src="media/vid/z43.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well you'll have to try, remember I'm married</span>
</div>
[[And if I can't?|z.4.9]]
[[That's not a problem for me|z.4.10]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">But it is for me hahaha</span>
</div>
[[It could stop being one|z.4.28]]
[[Well, as you wish|z.4.29]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What do you mean?</span>
</div>
[[Approach her|z.4.4]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Yes honey, I'm sorry</span>
</div>
[[Approach her|z.4.4]]
[[Don't worry hahaha grab your phone and leave|ww-2-2][$pj2sex2 = true; $noti2 = true]]<video src="media/vid/z49.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Of course you can, handsome, it's not that big a deal</span>
</div>
[[Then I'm dying to have it|z.4.11]]
[[Don't be so sure|z.4.12]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤨$char2 found that behavior strange<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well you'll have to keep dying, son hahaha</span>
</div>
[[Approach her|z.4.4]]
[[Grab the phone and leave|ww-2-2]]<video src="media/vid/z412.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">I'm very sure, honey. When you're so young, it's a big deal, but you get used to everything</span>
</div>
[[Having sex with you must be incredible, from the first to the last time|z.4.13]]
[[I could never get bored, and if someone gets bored, they don't deserve a goddess like you|z.4.14]]<<notify 4s>>🤨$char2 found that behavior strange<</notify>>
<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Trust me, I'm a certain age and I know what I'm talking about</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well I need to finish my shower, if you don't mind hahaha</span>
</div>
[[Grab your phone and leave|ww-2-2]]
[[Approach her|z.4.4]]<video src="media/vid/z413.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Trust me love, the first is usually intense, but the last is not much</span>
</div>
[[Then let's enjoy the first one|z.4.15]]
[[Prove it|z.4.16]]<video src="media/vid/z411.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<<notify 4s>>🤔$char2 wasn't convinced by your behavior<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Hahaha come on, grab your phone and let me finish</span>
</div>
[[Grab your phone and leave|ww-2-2]]
[[Approach her|z.4.4]]<video src="media/vid/z416.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Come, get closer</span>
</div>
[[Approach her|z.4.17][$pj2sex2 = true]]
[[I think I'd better go|z.4.18]]<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Well, then do whatever you want, but don’t bother me anymore</span>
</div>
[[Grab the phone and leave|ww-2-2]]<video src="media/vid/z417.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">See, the first time just by touching me a little, you feel it all over your body</span>
</div>
[[Start eating out her pussy|z.4.19]]
[[Pull out your dick and start jerking off|z.4.20]]<video src="media/vid/z419.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm keep going</span>
</div>
[[Keep eating her out|z.4.26]]<video src="media/vid/z426.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God don’t stop, sweetheart</span>
</div>
[[Stand her up and fuck her pussy|z.4.27]]<p>You start ejaculating</p>
<video src="media/vid/z427.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-contenta"></div>
<span class="dialogo">God you’ve gotten me super horny, but don’t cum inside – cum on my face, sweetheart</span>
</div>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<video src="media/vid/z420.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Come here sweetheart, bring it closer to my mouth</span>
</div>
[[Shove your dick in her mouth|z.4.21]]<p>$char2 starts sucking you with a face full of pleasure</p>
<video src="media/vid/z421.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump harder into her|z.4.222]]
[[Let her keep sucking|z.4.232]]<video src="media/vid/z4222.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her head and force it|z.4.2221]]<video src="media/vid/z42221.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump even harder into her|z.4.22]]<p>She begins sucking you with more intensity</p>
<video src="media/vid/z4232.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pump harder into her|z.4.222]]
[[Hold back and let her continue|z.4.2323]]<video src="media/vid/z42323.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Don’t stop|z.4.23]]<video src="media/vid/z422.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<p>She starts choking</p>
<p>You can’t hold back the pleasure anymore</p>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<video src="media/vid/z423.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<p>She starts sucking so hard you can’t last anymore</p>
[[Cum in her mouth|z.4.24]]
[[Cum on her face|z.4.25]]<video src="media/vid/z425.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<p>You cum on her face</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm I love this feeling on my face</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Okay hun, I'm going to finish my shower hahaha – you've left my face full</span>
</div>
[[Sorry hahaha, I grab the phone and let you finish|ww-2-2][$noti2 = true; $pj2sex2 = true]]<video src="media/vid/z424.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<p>You cum inside her mouth</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm this young, clean dick tastes so good</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Okay hun, I'm going to finish my shower hahaha – looking at how much you've cum inside, I can see your expectations are met</span>
</div>
[[You were amazing hahaha, I grab your phone and let you finish|ww-2-2][$noti2 = true; $pj2sex2 = true]]
<<run updateAchievement("logro5")>><img src="media/img/z417.webp">
<<notify 4s>>😡$char2 didn't like that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Hey, I didn't tell you to come closer</span>
</div>
[[Back away|z.4.6]]
[[Start masturbating her|z.4.5]]<img src="media/img/z417.webp">
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">You should probably go – I'm not comfortable anymore</span>
</div>
[[Grab the phone and leave|ww-2-2]]<<notify 4s>>😡$char2 didn't like that<</notify>>
<img src="media/img/z417.webp">
<p>You start touching her pussy gently</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo-enfadado">Stop, please – I don’t like it</span>
</div>
[[Your body says the opposite|z.4.8]]<<notify 4s>>🤬$char2 can't tolerate this behavior anymore<</notify>>
<img src="media/img/z48.webp">
<p>$char2 pushes you onto the floor as she runs away</p>
<p>She tells your stepmother what happened</p>
<p>The police get called and arrest you</p>
<p>In the jail cell, a junkie stabs you with a syringe while screaming:</p>
<div class="dialogo-contenedor">
<div class="dialogo-imagen yonki"></div>
<span class="dialogo-enfadado">The Big Stone can’t decide our fate</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">The Big Stone can do whatever it wants hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Though it doesn't like controlling destiny</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">It prefers just sitting and watching</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen yonki"></div>
<span class="dialogo-enfadado">That’s just what it wants you to think</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen luz"></div>
<span class="dialogo">Can you even hear me? What crap, let’s get out of here</span>
</div>
[[Step into the light|continuar7]]<video src="media/vid/z420.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair and make her suck harder|z8.1]]
[[Slam her against the door and shove it in her pussy|z8.2]]<p>You begin fucking her pussy</p>
<video src="media/vid/z711.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, if your stepmom finds out about this, she'll kill us</span>
</div>
[[Pump harder into her|z7.1.2]] video 7
[[Turn her around and fuck from behind|z7.1.3]] video 7<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out and stick it in her mouth|z8.2822]]
[[Slam her against the door and fuck her pussy|z7.1.42]]
[[Slam her against the counter and fuck her pussy|z7.1.52]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Stick it in her mouth|z8.2822]]
[[Slam her against the door and fuck her pussy|z7.1.42]]
[[Slam her against the counter and fuck her pussy|z7.1.52]]<video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z713.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z7.1.4]] fifth video
[[Slam her against the counter and fuck her pussy|z7.1.6]] fifth video
[[Spread her legs on the counter and fuck her ass|z7.1.5]] third video<video src="media/vid/z712.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z7.1.4]]
[[Slam her against the counter and fuck her pussy|z7.1.5]]
[[Spread her legs on the counter and fuck her ass|z7.1.6]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.8]]
[[Grab her hair|z7.1.9]]
[[Cover her mouth|z7.1.10]]
[[Slam her into the mirror|z7.1.11]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.242]]
[[Grab her hips|z8.252]]
[[Cover her mouth|z8.262]]<video src="media/vid/z89.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out and shove into her pussy|z8.282]]
[[Flip her around and fuck her anal against the counter|z8.292]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Slam her into the mirror|z7.1.112]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Cover her mouth|z7.1.102]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z7.1.82]]
[[Grab her hair|z7.1.92]]
[[Slam her into the mirror|z7.1.112]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.2522]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Grab her hips|z8.2522]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.2422]]
[[Grab her hips|z8.2522]]
[[Cover her mouth|z8.2622]]<video src="media/vid/z84.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z421.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull it out and shove your balls into her mouth|z8.4]]
[[Pound her face with your dick|z8.5]]
[[Shove harder and grab her tit|z8.6]]<video src="media/vid/z86.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.10]]
[[Grab her hair|z8.11]]
[[Cover her mouth|z8.12]]
[[Grab her tits|z8.13]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<p>You cum inside $char2</p>
<p>She starts kissing you again before the orgasm fades away.</p>
<p>You pull out, clean up, and get dressed.</p>
<p>You glance at $char2 one last time – she's leaning against the shower wall with a red face and happy expression</p>
[[Grab the phone and leave her to finish her shower|ww-2-2]]<video src="media/vid/w263.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm, I like this position better</span>
</div>
[[Move on top of me|w26.20]]
[[Lay her down and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her sideways|w27.2.2]]<video src="media/vid/w2521.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Lay her down on the bed and keep putting your dick in her mouth|w27.2.111]]
[[Get on top of me|w26.20]]
[[Lay her down on the bed and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her pussy sideways|w27.2.11]]<video src="media/vid/w2611.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Keep going, don't stop</span>
</div>
[[Get on top of me|w26.20]]
[[Lay her down on the bed and fuck her pussy|w27.2.10]]
[[Cover her mouth and fuck her pussy sideways|w27.2.11]]<video src="media/vid/w2620.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Sure, let me handle it</span>
</div>
[[Let her keep fucking you|w26.23]]
[[Lay her down on the bed and fuck her pussy|w27.2.20]]<video src="media/vid/w2621.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2623.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">God, I can't hold back anymore honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w26232.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Cum inside me honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w2626.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm it feels so good inside...</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well if you're finished, we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]
<<run updateAchievement("logro11")>><video src="media/vid/w27.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Turn her around and put it in her ass|w25.2]]
[[Pull out and put it in her pussy|w26.1]]
[[Keep putting it in her mouth|w25.2.1]]<video src="media/vid/w271.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmm it's so hard</span>
</div>
[[Turn her around and put it in her ass|w25.2]]
[[Keep fucking her pussy|w26.11]]<video src="media/vid/w27220.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Mmmm keep going, harder</span>
</div>
[[Fuck her harder|w26.232]]<video src="media/vid/w27211.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her breast|w26.21]]
[[Masturbate her while you keep fucking her|w27.2.12]]<video src="media/vid/w272111.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Masturbate in her mouth|w27.2.113]]<video src="media/vid/w272113.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Do it...</span>
</div>
[[Cum on her face|w27.2.1132]]<video src="media/vid/w2721132.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">The massage came with food included hahaha</span>
</div>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well if you're finished, we should go take a shower, love</span>
</div>
[[Yes, let's go to the bathroom to clean up|w31.1]]<video src="media/vid/w27212.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/w27220.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Cum inside me honey</span>
</div>
[[Cum inside her pussy|w26.26]]
[[Cum on her tongue|w27.2.5]]<video src="media/vid/z814.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">What a fuck you gave me, handsome. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]<video src="media/vid/z424.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">So good handsome hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]
<<run updateAchievement("logro5")>><video src="media/vid/z425.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">Well, looks like I'll have to wash my face again hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]
<<run updateAchievement("logro6")>><video src="media/vid/z817.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen pj2-seria"></div>
<span class="dialogo">You went overboard with the soap honey hahaha. I don't want to kick you out, but we should probably hurry up before your stepmom notices</span>
</div>
[[Yeah you're right, I'd better go to the living room|ww-2-2]]
<<run updateAchievement("logro7")>><video src="media/vid/z818.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z87.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.20]]
[[Grab her hair|z8.21]]
[[Cover her mouth|z8.22]]
[[Grab her tits|z8.23]]<video src="media/vid/z810.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cover her mouth|z8.31]]
[[Grab her tits|z8.32]]
[[Grab her hair|z8.33]]<video src="media/vid/z811.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her tits|z8.32]]<video src="media/vid/z812.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her hair|z8.33]]<video src="media/vid/z813.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hips|z8.30]]
[[Cover her mouth|z8.31]]
[[Grab her hair|z8.33]]<video src="media/vid/z824.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z825.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z826.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z827.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z828.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z829.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Cum inside|z8.14]]
[[Cum in her mouth|z8.15]]
[[Cum on her face|z8.16]]
[[Cum on her ass|z8.17]]<video src="media/vid/z85.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Put it back in her mouth|z8.18]]
[[Slam her against the door and fuck her pussy|z8.7]]
[[Slam her against the counter and fuck her pussy|z8.8]]
[[Spread her legs on the counter and fuck her ass|z8.9]]<video src="media/vid/z88.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Grab her hair|z8.24]]
[[Grab her hips|z8.25]]
[[Cover her mouth|z8.26]]
[[Slam her against the mirror|z8.27]]<video src="media/vid/z89.webm" class="videoFrame border" autoplay="true" loop="false" muted="true"></video>
[[Pull out of her ass and put it in her pussy|z8.28]]
[[Turn her around and fuck her ass against the counter|z8.29]]<img src="media/img/e312.webp">
<<notify 4s>>☺️$char2 liked that<</notify>>
<div class="dialogo-contenedor">
<div class="dialogo-imagen madrastra-contenta"></div>
<span class="dialogo">Hey kiddo, she's got a few years on you.</span>
</div>
[[Age can't take away your beauty|m.x.1][$pj2sex1 = true]]<div id="bullethell-container">
<h1 id="bullethell-day"><<print l10nStrings.bulletHellDay + " " + (State.variables.diaActual || 1)>></h1>
<p><<print l10nStrings.bulletHellControls>></p>
<canvas id="gameCanvas" width="600" height="400"></canvas>
<div id="bullethell-info"><<print l10nStrings.bulletHellTimeRemaining.replace("{0}", '<span id="timer">X</span>')>></div>
<button id="bullethell-startBtn"><<print l10nStrings.bulletHellPlay>></button>
<button id="bullethell-restartBtn"><<print l10nStrings.bulletHellRestart>></button>
<div id="bullethell-win" style="display:none;">
<div class="win-message"><<print l10nStrings.bulletHellCongrats>><br><<print l10nStrings.bulletHellSurvived>></div>
<a id="bullethell-continueBtn" class="link-internal" href="javascript:void(0)"><<print l10nStrings.bulletHellContinue>></a>
</div>
</div>
<style>
#bullethell-container {
width: 640px;
margin: 30px auto 0 auto;
padding: 18px 0 30px 0;
position: relative;
overflow: visible;
text-align: center;
z-index: 10;
transition: var(--transition-med);
}
#bullethell-container canvas {
background: linear-gradient(135deg, #111 60%, var(--color-bg-light) 100%);
display: block;
margin: 18px auto 0 auto;
border-radius: var(--border-radius-md);
box-shadow: var(--shadow-md);
border: 2.5px solid var(--color-accent);
transition: var(--transition-med);
}
#bullethell-info {
margin: 18px auto 0 auto;
font-size: 1.25rem;
color: var(--color-accent);
font-family: var(--font-heading);
background: rgba(255,255,255,0.07);
border-radius: var(--border-radius-sm);
padding: 8px 20px;
width: fit-content;
box-shadow: var(--shadow-sm);
letter-spacing: 1px;
font-weight: 600;
text-shadow: 0 2px 8px #0008;
}
#timer {
color: var(--color-link);
font-size: 1.4em;
font-weight: bold;
text-shadow: 0 2px 8px #0008;
}
#bullethell-startBtn, #bullethell-restartBtn {
display: inline-block;
margin: 22px 10px 0 10px;
padding: 12px 32px;
font-size: 1.15rem;
font-family: var(--font-heading);
font-weight: 600;
border-radius: var(--border-radius-md);
border: none;
background: linear-gradient(135deg, #ff4444, var(--color-accent));
box-shadow: 0 0 0 4px rgba(233,69,96,0.15), var(--shadow-lg);
color: var(--color-text);
box-shadow: var(--shadow-md);
cursor: pointer;
transition: var(--transition-med);
outline: none;
letter-spacing: 1px;
position: absolute;
left: 50%;
top: 400px;
transform: translate(-50%, -50%) scale(1.1);
z-index: 21;
}
#bullethell-startBtn:hover, #bullethell-restartBtn:hover {
background: linear-gradient(135deg, var(--color-accent), var(--color-accent-light));
color: #fff;
transform: translate(-50%, -50%) scale(1.2);
box-shadow: var(--shadow-lg), 0 0 10px var(--color-accent-light);
}
#bullethell-restartBtn {
display: none;
background: linear-gradient(135deg, #ff4444, var(--color-accent));
z-index: 22;
transition: transform 0.2s cubic-bezier(.68,-0.55,.27,1.55), opacity 0.2s;
opacity: 0;
pointer-events: none;
box-shadow: 0 0 0 4px rgba(233,69,96,0.15), var(--shadow-lg);
}
#bullethell-restartBtn.show {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, -50%) scale(1.1);
animation: popBtn 0.25s cubic-bezier(.68,-0.55,.27,1.55);
}
#bullethell-win {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(1.1);
z-index: 30;
border: 2px solid var(--color-accent);
background: rgba(26,26,46,0.97);
border-radius: var(--border-radius-lg);
box-shadow: var(--shadow-lg);
padding: 40px 30px 30px 30px;
text-align: center;
min-width: 320px;
animation: fadeIn 0.5s;
transition: transform 0.25s cubic-bezier(.68,-0.55,.27,1.55);
}
.win-message {
font-family: var(--font-heading);
font-size: 1.6rem;
color: var(--color-text);
margin-bottom: 24px;
text-shadow: 0 2px 8px #0008;
letter-spacing: 1px;
animation: popScale 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
#bullethell-continueBtn {
margin-top: 10px;
width: auto;
font-size: 1.1rem;
padding: 12px 32px;
border-radius: var(--border-radius-md);
background: linear-gradient(135deg, var(--color-link), var(--color-accent));
color: #fff;
font-family: var(--font-heading);
font-weight: 600;
box-shadow: var(--shadow-md);
border: none;
transition: var(--transition-med);
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer;
letter-spacing: 1px;
}
#bullethell-continueBtn:hover {
background: linear-gradient(135deg, var(--color-accent), var(--color-link));
color: #fff;
transform: translateY(-2px) scale(1.04);
box-shadow: var(--shadow-lg), 0 0 10px var(--color-link);
}
@keyframes popBtn {
0% { transform: translate(-50%, -50%) scale(0.7); }
70% { transform: translate(-50%, -50%) scale(1.15); }
100% { transform: translate(-50%, -50%) scale(1.1); }
}
@keyframes popScale {
0% { transform: scale(0.7); }
70% { transform: scale(1.15); }
100% { transform: scale(1.1); }
}
@media (max-width: 700px) {
.story-container {
padding: 20px;
margin: 4px;
}
#bullethell-container { width: 98vw; min-width: 0; padding: 8px 0 18px 0; }
#bullethell-container canvas { width: 98vw !important; max-width: 98vw; }
#bullethell-restartBtn { top: 50vw; }
#bullethell-win{
max-width: 220px;
padding: 10px 5px;
}
.win-message{
font-size: 1rem;
}
}
</style>
<<script>>
if (!State.variables.g1_difficulty) {
State.variables.g1_difficulty = {
playerSpeed: 4,
gameTime: 2,
minBulletInterval: 5600,
maxBulletInterval: 6500,
safeRadius: 50,
bulletMinSpeed: 2,
bulletMaxSpeed: 4,
minObstacles: 3,
maxObstacles: 5,
};
}
$(document).on(':passagedisplay', function (ev) {
if (ev.passage.title !== 'mini1') return;
const DIFFICULTY = State.variables.g1_difficulty;
const imgPlayer = new Image();
imgPlayer.src = 'media/gms/assets/g1/player.webp';
const imgBullet = new Image();
imgBullet.src = 'media/gms/assets/g1/enemy.webp';
const imgObstacle = new Image();
imgObstacle.src = 'media/gms/assets/g1/coin.webp';
const backgroundSrc = 'media/gms/assets/g1/back.webm';
let imgBackground = null;
let videoBackground = null;
let isVideoBackground = false;
if (backgroundSrc.endsWith('.webm')) {
isVideoBackground = true;
videoBackground = document.createElement('video');
videoBackground.src = backgroundSrc;
videoBackground.loop = true;
videoBackground.muted = true;
videoBackground.autoplay = true;
videoBackground.playsInline = true;
videoBackground.style.display = 'none';
document.body.appendChild(videoBackground);
videoBackground.play();
} else {
imgBackground = new Image();
imgBackground.src = backgroundSrc;
}
function initBulletHell() {
const canvas = document.getElementById("gameCanvas");
if (!canvas) return;
const ctx = canvas.getContext("2d");
const timerDisplay = document.getElementById("timer");
const restartBtn = document.getElementById("bullethell-restartBtn");
const startBtn = document.getElementById("bullethell-startBtn");
const svars = State.variables;
if (svars.g1 === undefined) svars.g1 = false;
restartBtn.replaceWith(restartBtn.cloneNode(true));
startBtn.replaceWith(startBtn.cloneNode(true));
const restartBtnNew = document.getElementById("bullethell-restartBtn");
const startBtnNew = document.getElementById("bullethell-startBtn");
const HITBOX_SETTINGS = {
player: { width: 20, height: 20 },
bullet: { width: 7, height: 7 },
obstacle: { widthFactor: 0.5, heightFactor: 0.8 },
};
const player = {
x: canvas.width / 2,
y: canvas.height - 40,
size: 18,
hitboxWidth: HITBOX_SETTINGS.player.width,
hitboxHeight: HITBOX_SETTINGS.player.height,
speed: DIFFICULTY.playerSpeed,
};
const bullets = [];
const obstacles = [];
let keys = {};
let timer = DIFFICULTY.gameTime;
let gameOver = false;
let bulletInterval, countdownInterval;
let inputEnabled = false;
let animationId = null;
const safeRadius = DIFFICULTY.safeRadius;
const minBulletInterval = DIFFICULTY.minBulletInterval, maxBulletInterval = DIFFICULTY.maxBulletInterval;
const canvasW = canvas.width, canvasH = canvas.height;
function randomSafePos(size) {
let x, y, tries = 0;
do {
x = Math.random() * (canvasW - 2 * size) + size;
y = Math.random() * (canvasH - 2 * size) + size;
tries++;
} while (Math.hypot(x - player.x, y - player.y) < safeRadius && tries < 100);
return {x, y};
}
function spawnBullet() {
const {x: startX, y: startY} = randomSafePos(12);
const angle = Math.random() * Math.PI * 2;
const speed = DIFFICULTY.bulletMinSpeed + Math.random() * (DIFFICULTY.bulletMaxSpeed - DIFFICULTY.bulletMinSpeed);
bullets.push({
x: startX,
y: startY,
vx: Math.cos(angle) * speed,
vy: Math.sin(angle) * speed,
size: 12,
hitboxWidth: HITBOX_SETTINGS.bullet.width,
hitboxHeight: HITBOX_SETTINGS.bullet.height,
});
if (!gameOver && inputEnabled) {
bulletInterval = setTimeout(spawnBullet, Math.random() * (maxBulletInterval - minBulletInterval) + minBulletInterval);
}
}
function generateObstacles() {
obstacles.length = 0;
const count = Math.floor(Math.random() * (DIFFICULTY.maxObstacles - DIFFICULTY.minObstacles + 1)) + DIFFICULTY.minObstacles;
for (let i = 0; i < count; i++) {
let safe = false, ox, oy, osize, tries = 0;
while (!safe && tries < 100) {
osize = 36 + Math.random() * 24;
ox = Math.random() * (canvasW - osize);
oy = Math.random() * (canvasH - osize);
const cx = ox + osize / 2, cy = oy + osize / 2;
if (Math.hypot(cx - player.x, cy - player.y) > safeRadius + osize / 2) safe = true;
tries++;
}
obstacles.push({
x: ox,
y: oy,
w: osize,
h: osize,
dx: (Math.random() - 0.5) * 2,
dy: (Math.random() - 0.5) * 2,
color: '#' + Math.floor(Math.random()*16777215).toString(16).padStart(6, '0'),
hitboxWidth: osize * HITBOX_SETTINGS.obstacle.widthFactor,
hitboxHeight: osize * HITBOX_SETTINGS.obstacle.heightFactor,
});
}
}
function checkGameEnd() {
if (timer <= 0) {
endGame();
return;
}
for (const b of bullets) {
if (
player.x - player.hitboxWidth / 2 < b.x + b.hitboxWidth / 2 &&
player.x + player.hitboxWidth / 2 > b.x - b.hitboxWidth / 2 &&
player.y - player.hitboxHeight / 2 < b.y + b.hitboxHeight / 2 &&
player.y + player.hitboxHeight / 2 > b.y - b.hitboxHeight / 2
) {
endGame(l10nStrings.bulletHellLost);
return;
}
}
for (const obs of obstacles) {
const obsRect = {
x: obs.x + (obs.w - obs.hitboxWidth) / 2,
y: obs.y + (obs.h - obs.hitboxHeight) / 2,
w: obs.hitboxWidth,
h: obs.hitboxHeight
};
const playerRect = {
x: player.x - player.hitboxWidth / 2,
y: player.y - player.hitboxHeight / 2,
w: player.hitboxWidth,
h: player.hitboxHeight
};
if (
playerRect.x < obsRect.x + obsRect.w &&
playerRect.x + playerRect.w > obsRect.x &&
playerRect.y < obsRect.y + obsRect.h &&
playerRect.y + playerRect.h > obsRect.y
) {
endGame(l10nStrings.bulletHellObstacleCollision);
return;
}
}
}
function update() {
if (gameOver || !inputEnabled) return;
if (keys["a"]) player.x -= player.speed;
if (keys["d"]) player.x += player.speed;
if (keys["w"]) player.y -= player.speed;
if (keys["s"]) player.y += player.speed;
for (const b of bullets) {
b.x += b.vx;
b.y += b.vy;
if (b.x <= b.size || b.x >= canvasW - b.size) b.vx *= -1;
if (b.y <= b.size || b.y >= canvasH - b.size) b.vy *= -1;
}
for (const obs of obstacles) {
obs.x += obs.dx;
obs.y += obs.dy;
if (obs.x < 0 || obs.x + obs.w > canvasW) obs.dx *= -1;
if (obs.y < 0 || obs.y + obs.h > canvasH) obs.dy *= -1;
}
checkGameEnd();
}
function drawBackground() {
if (isVideoBackground && videoBackground && videoBackground.readyState >= 2) {
const vidW = videoBackground.videoWidth;
const vidH = videoBackground.videoHeight;
if (vidW && vidH) {
const canvasRatio = canvasW / canvasH;
const vidRatio = vidW / vidH;
let drawW, drawH, dx, dy;
if (vidRatio > canvasRatio) {
drawH = canvasH;
drawW = vidW * (canvasH / vidH);
dx = (canvasW - drawW) / 2;
dy = 0;
} else {
drawW = canvasW;
drawH = vidH * (canvasW / vidW);
dx = 0;
dy = (canvasH - drawH) / 2;
}
ctx.drawImage(videoBackground, dx, dy, drawW, drawH);
}
} else if (imgBackground && imgBackground.complete && imgBackground.naturalWidth && imgBackground.naturalHeight) {
const imgW = imgBackground.naturalWidth;
const imgH = imgBackground.naturalHeight;
const canvasRatio = canvasW / canvasH;
const imgRatio = imgW / imgH;
let drawW, drawH, dx, dy;
if (imgRatio > canvasRatio) {
drawH = canvasH;
drawW = imgW * (canvasH / imgH);
dx = (canvasW - drawW) / 2;
dy = 0;
} else {
drawW = canvasW;
drawH = imgH * (canvasW / imgW);
dx = 0;
dy = (canvasH - drawH) / 2;
}
ctx.drawImage(imgBackground, dx, dy, drawW, drawH);
}
}
function draw() {
ctx.clearRect(0, 0, canvasW, canvasH);
drawBackground();
for (const obs of obstacles) {
if (imgObstacle.complete && imgObstacle.naturalWidth && imgObstacle.naturalHeight) {
const aspect = imgObstacle.naturalWidth / imgObstacle.naturalHeight;
let drawW = obs.w;
let drawH = obs.h;
if (aspect > 1) {
drawH = obs.w / aspect;
} else {
drawW = obs.h * aspect;
}
ctx.drawImage(
imgObstacle,
obs.x + (obs.w - drawW) / 2,
obs.y + (obs.h - drawH) / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = obs.color;
ctx.fillRect(obs.x, obs.y, obs.w, obs.h);
}
}
if (imgPlayer.complete && imgPlayer.naturalWidth && imgPlayer.naturalHeight) {
const aspect = imgPlayer.naturalWidth / imgPlayer.naturalHeight;
let drawW = player.size * 2;
let drawH = player.size * 2;
if (aspect > 1) {
drawH = drawW / aspect;
} else {
drawW = drawH * aspect;
}
ctx.drawImage(
imgPlayer,
player.x - drawW / 2,
player.y - drawH / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = "red";
ctx.beginPath();
ctx.arc(player.x, player.y, player.size, 0, Math.PI * 2);
ctx.fill();
}
for (const b of bullets) {
if (imgBullet.complete && imgBullet.naturalWidth && imgBullet.naturalHeight) {
const aspect = imgBullet.naturalWidth / imgBullet.naturalHeight;
let drawW = b.size * 2;
let drawH = b.size * 2;
if (aspect > 1) {
drawH = drawW / aspect;
} else {
drawW = drawH * aspect;
}
ctx.drawImage(
imgBullet,
b.x - drawW / 2,
b.y - drawH / 2,
drawW,
drawH
);
} else {
ctx.fillStyle = "white";
ctx.beginPath();
ctx.arc(b.x, b.y, b.size, 0, Math.PI * 2);
ctx.fill();
}
}
}
function gameLoop() {
update();
draw();
if (!gameOver) animationId = requestAnimationFrame(gameLoop);
}
function startGame() {
player.x = canvasW / 2;
player.y = canvasH - 40;
bullets.length = 0;
keys = {};
timer = DIFFICULTY.gameTime;
gameOver = false;
inputEnabled = true;
player.targetMouse = null;
restartBtnNew.style.display = "none";
restartBtnNew.classList.remove("show");
startBtnNew.style.display = "none";
timerDisplay.textContent = timer;
generateObstacles();
if (bulletInterval) clearTimeout(bulletInterval);
if (countdownInterval) clearInterval(countdownInterval);
spawnBullet();
countdownInterval = setInterval(() => {
if (timer > 0) {
timer--;
timerDisplay.textContent = timer;
} else {
endGame(l10nStrings.bulletHellSurvivedMessage);
}
}, 1000);
animationId = requestAnimationFrame(gameLoop);
window.onkeydown = function(e) {
if (inputEnabled) keys[e.key.toLowerCase()] = true;
};
window.onkeyup = function(e) {
if (inputEnabled) keys[e.key.toLowerCase()] = false;
};
canvas.onmousemove = function(e) {
if (!inputEnabled) return;
const rect = canvas.getBoundingClientRect();
player.x = (e.clientX - rect.left) * (canvas.width / rect.width);
player.y = (e.clientY - rect.top) * (canvas.height / rect.height);
};
canvas.onmouseleave = function() {
player.targetMouse = null;
};
document.getElementById("bullethell-win").style.display = "none";
}
function endGame(message) {
gameOver = true;
inputEnabled = false;
if (bulletInterval) clearTimeout(bulletInterval);
if (countdownInterval) clearInterval(countdownInterval);
if (animationId) cancelAnimationFrame(animationId);
window.onkeydown = null;
window.onkeyup = null;
canvas.onmousemove = null;
canvas.onmouseleave = null;
const playerWon = message === l10nStrings.bulletHellSurvivedMessage || timer <= 0;
if (!message) {
if (!svars.g1) svars.g1 = {};
if (svars.diaActual) {
svars.g1["dia" + svars.diaActual] = true;
} else {
svars.g1.dia1 = true;
}
document.getElementById("bullethell-win").style.display = "block";
const continueBtn = document.getElementById("bullethell-continueBtn");
continueBtn.onclick = function() {
let nextPassage = null;
switch (svars.diaActual) {
case 1: nextPassage = "a-2-11"; break;
case 2: nextPassage = "ww.w.3"; break;
case 3: nextPassage = "er1-1"; break;
case 4: nextPassage = "q26-1"; break;
case 5: nextPassage = "w38-1"; break;
case 6: nextPassage = "r5-1"; break;
default: nextPassage = "Menu";
}
if (nextPassage) Engine.play(nextPassage);
};
}
if (!playerWon) {
restartBtnNew.style.display = "inline-block";
restartBtnNew.classList.add("show");
}
}
restartBtnNew.addEventListener("click", startGame);
startBtnNew.addEventListener("click", startGame);
startBtnNew.style.display = "inline-block";
restartBtnNew.style.display = "none";
}
initBulletHell();
});
<</script>><<nobr>>
<<addCharacterMessage "julia" "Hi">>
<<characterChat>>
<<link "Do you like MOBAs?" "f1.1">><</link>>
<<link "What do you play?" "f1.2">><</link>>
<<link "Send me a pic of your boobs" "f1.3.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Do you like MOBAs?">>
<<addCharacterMessage "julia" "Yes, I do. Do you?">>
<<characterChat>>
<<link "Yeah, if you want we can play some games" "f1.4">><</link>>
<<link "And what are you looking for here?" "f1.5">><</link>>
<<link "Send a pic of my dick and tell her to play with this" "f1.3.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "What do you play?">>
<<addCharacterMessage "julia" "A bit of everything, but I like MOBAs the most.">>
<<characterChat>>
<<link "Yeah, if you want we can play some games" "f1.4">><</link>>
<<link "And what are you looking for here?" "f1.5">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Send me a pic of your boobs">>
<<addCharacterMessage "julia" "[Julia unmatched you...]">>
<<characterChat>>
<<link "Go to the guest room" "a-1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And what are you looking for here?">>
<<addCharacterMessage "julia" "Well, I'm not sure... To be honest, I'm not very good at talking.">>
<<characterChat>>
<<link "If you want, we can play a game instead of talking" "f1.4">><</link>>
<<link "The only thing I'm good at is playing" "f1.4.1">><</link>>
<<link "We can masturbate on a video call" "f1.3.4">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "The only thing I'm good at is playing">>
<<addCharacterMessage "julia" "Hey, if you want, let's play for a bit, I'm bored.">>
<<characterChat>>
<<link "Sure, I'd like that" "f1.4">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Yeah, if you want we can play some games">>
<<addCharacterMessage "julia" "Hey, that was fun... Look, I'm not very good at meeting people, I'm quite introverted and I don't know what to say, but if you want we can play again sometime...">>
<<characterChat>>
<<link "Of course! To be honest, I'm quite introverted too, I never know what to say, it's hard to get to know people..." "f1.6">><</link>>
<<link "There should be a tutorial for these situations" "f1.6.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "There should be a tutorial for these situations">>
<<addCharacterMessage "julia" "Yeah, seriously, hahaha. They bring us into this world without permission and then no one tells you anything, especially in this town, where everything seems like a secret.">>
<<characterChat>>
<<link "I just don't understand what they talk about, what comes after \"hello, how are you\"" "f1.8">><</link>>
<<link "To be honest, you're the first woman I've managed to interact with for more than 1 minute" "f1.9">><</link>>
<<link "And don't even get me started on how you're supposed to get a girlfriend..." "f1.9.1">><</link>>
<<link "The secret is you have to let me fuck you, everything else comes naturally" "f1.3.5">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Of course! To be honest, I'm quite introverted too, I never know what to say, it's hard to get to know people...">>
<<addCharacterMessage "julia" "I don't understand how others do it... It's like they know something I don't, like a secret no one wants to tell me.">>
<<characterChat>>
<<link "I just don't understand what they talk about, what comes after \"hello, how are you\"" "f1.8">><</link>>
<<link "To be honest, you're the first woman I've managed to interact with for more than 1 minute" "f1.9">><</link>>
<<link "And don't even get me started on how you're supposed to get a girlfriend..." "f1.9.1">><</link>>
<<link "The secret is you have to let me fuck you, everything else comes naturally" "f1.3.5">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I just don't understand what they talk about, what comes after \"hello, how are you\"">>
<<addCharacterMessage "julia" "I can't even when I'm drunk.">>
<<characterChat>>
<<link "Do you usually try?" "f1.11">><</link>>
<<link "Oh, I'm sorry" "f1.11.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "To be honest, you're the first woman I've managed to interact with for more than 1 minute">>
<<addCharacterMessage "julia" "Hahaha, have you never had a girlfriend?">>
<<characterChat>>
<<link "If I already struggle with socializing, imagine talking to girls" "f1.10">><</link>>
<<link "Not really, how about you?" "f1.11">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Do you usually try?">>
<<addCharacterMessage "julia" "Sometimes I go out and get drunk, but I don't like it...">>
<<characterChat>>
<<link "What does that have to do with anything?" "f1.12.5">><</link>>
<<link "And why do you do it?" "f1.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And why do you do it?">>
<<addCharacterMessage "julia" "Well, I hope so, because sometimes I don't realize your intentions and they always act the same with me, so I still don't fully trust. Even though I haven't drunk this time and we're not in a club...">>
<<characterChat>>
<<link "Oh, I'm sorry, I've never done that so I don't know how you must feel" "f1.14">><</link>>
<<link "Well, how silly of them, if I had that luck, but in the club I don't think you'd even notice me" "f1.14.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "If I already struggle with socializing, imagine talking to girls">>
<<addCharacterMessage "julia" "Well, you seem very nice to me so far, hehe.">>
<<characterChat>>
<<link "You too" "f1.18">><</link>>
<<link "Hey, you're gonna make me blush" "f1.18.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "You too">>
<<addCharacterMessage "julia" "Well, look, we already have something in common, it's nice to talk to someone who isn't just trying to screw you.">>
<<characterChat>>
<<link "I'd like to get to know you" "f1.12">><</link>>
<<link "Has that happened to you often?" "f1.12.1">><</link>>
<<link "Oh, I'm sorry" "f1.12.2">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Has that happened to you often?">>
<<addCharacterMessage "julia" "I always drink too much because I don't know how to interact and I end up getting laid in the bathroom or in some doorway... It's the closest I get to sex or having a boyfriend, but I always wake up feeling like shit.">>
<<characterChat>>
<<link "Oh, I'm sorry, I've never done that so I don't know how you must feel" "f1.14">><</link>>
<<link "Well, how silly of them, if I had that luck, but in the club I don't think you'd even notice me" "f1.14.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Oh, I'm sorry">>
<<addCharacterMessage "julia" "Don't worry, you're not to blame for now, besides, I'm the one who goes to clubs to get drunk and lets herself get laid.">>
<<characterChat>>
<<link "Oh, I'm sorry, I've never done that so I don't know how you must feel" "f1.14">><</link>>
<<link "Well, how silly of them, if I had that luck, but in the club I don't think you'd even notice me" "f1.14.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Oh, I'm sorry, I've never done that so I don't know how you must feel">>
<<addCharacterMessage "julia" "Well, at first you feel pleasure, but when the pleasure ends you end up feeling like shit.">>
<<characterChat>>
<<link "Well, I wish I had experienced it" "f1.16.1">><</link>>
<<link "Wow, listening to it like that, it doesn't sound so good..." "f1.16.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, how silly of them, if I had that luck, but in the club I don't think you'd even notice me">>
<<addCharacterMessage "julia" "Oh, you don't say?... Hahaha, but it would just be a one-night thing, I actually prefer getting to know you here.">>
<<characterChat>>
<<link "Well, I like that option too" "f1.16">><</link>>
<<link "I think we'd make it to a second night, hahaha" "f1.16.2">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, I like that option too">>
<<addCharacterMessage "julia" "Well, it's okay. If I didn't drink, I'd still be a virgin, and I don't think that would be a bad option... Anyway, I have to go, my stepfather finished watching his show and he doesn't like me being on my phone. We can play more tomorrow if you want.">>
<<characterChat>>
<<chatLink "Go to the guest room" "a-1" "SugarCube.State.active.variables.juliaisfak = true">>
<<chatLink "Prepare breakfast" "e-10" "SugarCube.State.active.variables.juliaisfak = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And don't even get me started on how you're supposed to get a girlfriend...">>
<<addCharacterMessage "julia" "Well, don't think it's easy to find one. Have you never had a girlfriend?">>
<<characterChat>>
<<link "If I already struggle with socializing, imagine talking to girls" "f1.10">><</link>>
<<link "Not really, how about you?" "f1.11.2">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Not really, how about you?">>
<<addCharacterMessage "julia" "No... I only have one-night stands, most of the time I don't even remember their names...">>
<<characterChat>>
<<link "And why do you do it?" "f1.12">><</link>>
<<link "Oh, I'm sorry" "f1.11.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Oh, I'm sorry">>
<<addCharacterMessage "julia" "What do you feel? You're not to blame for anything yet, hahaha.">>
<<characterChat>>
<<link "I feel bad that they treat you like that..." "f1.12.3">><</link>>
<<link "I don't know, it's what people usually say" "f1.12.4">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hey, you're gonna make me blush">>
<<addCharacterMessage "julia" "Hey, a little color will definitely look great on you.">>
<<characterChat>>
<<link "Are you implying I'm too pale?" "f1.12.7">><</link>>
<<link "A little would do you good too" "f1.12.8">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Are you implying I'm too pale?">>
<<addCharacterMessage "julia" "Well, you are a bit pale, but I like pale people, it gives you an unbalanced vibe that I love.">>
<<characterChat>>
<<link "Now I don't know if that's a compliment or an insult" "f1.12.9">><</link>>
<<link "Looks like we have something in common, hahaha" "f1.12.10">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "A little would do you good too">>
<<addCharacterMessage "julia" "Well, what do you mean by that?">>
<<characterChat>>
<<link "And you?" "f1.12.11">><</link>>
<<link "Well, that you're paler than a corpse" "f1.12.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And you?">>
<<addCharacterMessage "julia" "Okay, you got me, hahaha.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Do you feel like hanging out for a bit, grabbing something to eat/drink?">>
<<addCharacterMessage "julia" "I can't, cutie, I'm waiting for my stepfather to finish his show, because when my stepmother is out, we take the opportunity to do something together.">>
<<characterChat>>
<<link "Are you adopted?" "f1.12.15">><</link>>
<<link "Don't worry" "f1.12.16">><</link>>
<<link "Oh yeah? And what do you do?" "f1.12.17">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Oh yeah? And what do you do?">>
<<addCharacterMessage "julia" "It's something we discovered we both like. I have to go, he finished watching his show. We can play more tomorrow if you want.">>
<<characterChat>>
<<chatLink "Go to the guest room" "a-1" "SugarCube.State.active.variables.juliaisfak = true">>
<<chatLink "Prepare breakfast" "e-10" "SugarCube.State.active.variables.juliaisfak = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Don't worry">>
<<addCharacterMessage "julia" "I won't worry then, hahaha. I have to go, he finished watching his show. We can play more tomorrow if you want.">>
<<characterChat>>
<<chatLink "Go to the guest room" "a-1" "SugarCube.State.active.variables.juliaisfak = true">>
<<chatLink "Prepare breakfast" "e-10" "SugarCube.State.active.variables.juliaisfak = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Are you adopted?">>
<<addCharacterMessage "julia" "Yes, I don't know anything about who my parents were, they abandoned me in front of this house, from what I was told...">>
<<characterChat>>
<<link "How awful" "f1.12.18">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "How awful">>
<<addCharacterMessage "julia" "Their loss, hahaha. I have to go, he finished watching his show. We can play more tomorrow if you want.">>
<<characterChat>>
<<chatLink "Go to the guest room" "a-1" "SugarCube.State.active.variables.juliaisfak = true">>
<<chatLink "Prepare breakfast" "e-10" "SugarCube.State.active.variables.juliaisfak = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, that you're paler than a corpse">>
<<addCharacterMessage "julia" "Hey, don't overdo it, I didn't mean to offend you.">>
<<characterChat>>
<<link "Well, you did" "f1.12.13">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, you did">>
<<addCharacterMessage "julia" "You're a fucking brat.">>
<<characterChat>>
<<link "And you're a drunk full of diseases" "f1.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Looks like we have something in common, hahaha">>
<<addCharacterMessage "julia" "Well, pale people are the hottest, haha.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Now I don't know if that's a compliment or an insult">>
<<addCharacterMessage "julia" "It's both at the same time, hahaha.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I think we'd make it to a second night, hahaha">>
<<addCharacterMessage "julia" "Well, we'll see if we make it to a second night, stud, hahaha.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Wow, listening to it like that, it doesn't sound so good...">>
<<addCharacterMessage "julia" "No... it's actually pretty shitty, cutie.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, I wish I had experienced it">>
<<addCharacterMessage "julia" "Look, I get it, the pleasure is so great that once you try it, you look for more. It's better to do it with someone you trust.">>
<<characterChat>>
<<link "But have you already done it with someone you trust?" "f1.16.18">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "But have you already done it with someone you trust?">>
<<addCharacterMessage "julia" "Well, it's complicated, but yes, sometimes I do it with people I trust... but it's not entirely okay either.">>
<<characterChat>>
<<link "I don't quite get it, with whom?" "f1.16.20">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't quite get it, with whom?">>
<<addCharacterMessage "julia" "It's complicated and we don't have the trust yet for me to tell you... Anyway, I have to go, my stepfather finished watching his show and he doesn't like me being on my phone. We can play more tomorrow if you want.">>
<<characterChat>>
<<chatLink "Go to the guest room" "a-1" "SugarCube.State.active.variables.juliaisfak = true">>
<<chatLink "Prepare breakfast" "e-10" "SugarCube.State.active.variables.juliaisfak = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "What does that have to do with anything?">>
<<addCharacterMessage "julia" "Well, I get drunk to lose my fear of talking to other people, how rude...">>
<<characterChat>>
<<link "Sorry, I didn't mean to sound like that" "f1.12.19">><</link>>
<<link "Not rude, learn to talk" "f1.12.20">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Not rude, learn to talk">>
<<addCharacterMessage "julia" "What are you saying, asshole, you learn some manners.">>
<<characterChat>>
<<link "I don't have manners with bitches" "f1.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Sorry, I didn't mean to sound like that">>
<<addCharacterMessage "julia" "It's okay, I get it, sometimes things get misinterpreted over chat.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't know, it's what people usually say">>
<<addCharacterMessage "julia" "Wow, I didn't think you were one of those who say what's usually said.">>
<<characterChat>>
<<link "What do you mean?" "f1.12.21">><</link>>
<<link "Depends on the day" "f1.12.22">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Depends on the day">>
<<addCharacterMessage "julia" "Hahaha, yeah, I actually understand you, it happens to me too.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "What do you mean?">>
<<addCharacterMessage "julia" "Well, I thought you were a bit smarter.">>
<<characterChat>>
<<link "Hey, but what's wrong with you...?" "f1.12.23">><</link>>
<<link "What's your deal, you piece of shit slut?" "f1.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hey, but what's wrong with you...?">>
<<addCharacterMessage "julia" "Look, the games were fun, okay, but I don't think this will work, I don't know... I don't think I'll be attracted to you.">>
<<characterChat>>
<<link "Well, keep sucking dicks, you dirty slut" "f1.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I feel bad that they treat you like that...">>
<<addCharacterMessage "julia" "You feel bad that they treat me like that, but you just met me. Do you feel bad that a stranger is treated badly, or is it that you feel something else you don't want to say?">>
<<characterChat>>
<<link "To be honest, I don't know what to tell you" "f1.12.21">><</link>>
<<link "I want to get to know you better and that's why I feel what I feel" "f1.12.25">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I want to get to know you better and that's why I feel what I feel">>
<<addCharacterMessage "julia" "Wow, so your feelings are preparing for when you get attached to me.">>
<<characterChat>>
<<link "Exactly, haha" "f1.12.28">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Exactly, haha">>
<<addCharacterMessage "julia" "Well, be careful, they might end up encountering a surprise.">>
<<characterChat>>
<<link "Do you feel like hanging out for a bit, grabbing something to eat/drink?" "f1.12.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I think I went too far...">>
<<addCharacterMessage "julia" "[Julia unmatched you...]">>
<<characterChat>>
<<link "Go to the guest room" "a-1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "The secret is you have to let me fuck you, everything else comes naturally">>
<<addCharacterMessage "julia" "Hahaha, look, I wouldn't let you stick your dick in me even if you were the last man on Earth.">>
<<characterChat>>
<<link "If I put it in, you wouldn't want me to take it out, slut" "f1.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "We can masturbate on a video call">>
<<addCharacterMessage "julia" "What are you talking about, pervert, masturbate by yourself.">>
<<characterChat>>
<<link "Whatever, if not, I'll just masturbate to your pictures" "f1.3">><</link>>
<</characterChat>>
<</nobr>>
/% DAY 2 %/<<nobr>>
<<characterChat>>
<<link "Hi beautiful" "f1-1">><</link>>
<<link "Want to play some games?" "f1-3">><</link>>
<<link "How are you? How are you doing?" "f1-3.2">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hi beautiful">>
<<addCharacterMessage "julia" "Hi, how are you?">>
<<characterChat>>
<<link "Very good, and you?" "f1-3.2">><</link>>
<<link "Normal" "f1-4.3">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Want to play some games?">>
<<addCharacterMessage "julia" "Hi, I'd love to.">>
<<characterChat>>
<<link "Why?" "f1-4">><</link>>
<<link "Oh..." "f1-4.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "How are you? How are you doing?">>
<<addCharacterMessage "julia" "Well, I'm feeling a bit down.">>
<<characterChat>>
<<link "Why?" "f1-4">><</link>>
<<link "Oh..." "f1-4.1">><</link>>
<<link "Mornings are always complicated" "f1-4.7">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Normal">>
<<addCharacterMessage "julia" "Well, at least you're normal. To be honest, I'm feeling a bit down, haha...">>
<<characterChat>>
<<link "Why?" "f1-4">><</link>>
<<link "Oh..." "f1-4.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Mornings are always complicated">>
<<addCharacterMessage "julia" "Yes, they really are... but mine is because I went out partying again yesterday... And a guy offered to take me home, we ended up having sex in his car and he came inside. Now, besides a hangover, I also have to take the morning-after pill...">>
<<characterChat>>
<<link "Instead of going out, you should come over to my place to play sometime..." "f1-5">><</link>>
<<link "How disgusting... I don't know how they can treat you like that" "f1-6">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Why?">>
<<addCharacterMessage "julia" "I went out partying again yesterday... And a guy offered to take me home, we ended up having sex in his car and he came inside. Now, besides a hangover, I also have to take the morning-after pill...">>
<<characterChat>>
<<link "Instead of going out, you should come over to my place to play sometime..." "f1-5">><</link>>
<<link "How disgusting... I don't know how they can treat you like that" "f1-6">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Instead of going out, you should come over to my place to play sometime...">>
<<addCharacterMessage "julia" "Hahaha, I'd really like that, I'm sure I'd have a much better time.">>
<<characterChat>>
<<link "Well, come whenever you want, you're invited" "f1-7.1">><</link>>
<<link "Well, don't be so sure, you might get bored" "f1-7.2">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Oh...">>
<<addCharacterMessage "julia" "Well, boy, don't show so much interest...">>
<<characterChat>>
<<link "Sorry, I was distracted. Are you okay?" "f1-7.30">><</link>>
<<link "I'm focused on the game and we're going to lose" "f1-7.31">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "That's what I'm going to do">>
<<addCharacterMessage "julia" "[Julia unmatched you...]">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "But you're okay with strangers' dicks">>
<<addCharacterMessage "julia" "[Julia unmatched you...]">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "It's because I just started">>
<<addCharacterMessage "julia" "Yeah, I know the ghost bosses... I don't like being lied to, lol.">>
<<characterChat>>
<<link "But you're okay with strangers' dicks" "fr1.11">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "At the New Amoralea bar">>
<<addCharacterMessage "julia" "How can you be such a liar if I always go and I've never seen you?">>
<<characterChat>>
<<link "It's because I just started" "fr1.10">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, come whenever you want, you're invited">>
<<addCharacterMessage "julia" "Well, let me think about it.">>
<<characterChat>>
<<link "Great" "f1-8">><</link>>
<<link "Do you have a laptop?" "f1-9">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, don't be so sure, you might get bored">>
<<addCharacterMessage "julia" "Bored... I think we're going to have a lot of fun together. Do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "It's not your fault at all">>
<<addCharacterMessage "julia" "Well, I'm the one who goes to drink.">>
<<characterChat>>
<<link "But they don't have to treat you badly" "f1-7.6">><</link>>
<<link "I don't know why you punish yourself like this" "f1-7.7">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "How disgusting... I don't know how they can treat you like that">>
<<addCharacterMessage "julia" "Well... I also bring it on myself.">>
<<characterChat>>
<<link "But you shouldn't have to ask them for anything" "f1-7.5">><</link>>
<<link "It's not your fault at all" "f1-7">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Sorry, I was distracted. Are you okay?">>
<<addCharacterMessage "julia" "No, not really. Yesterday I went out partying again... And a guy offered to take me home, we ended up having sex in his car and he came inside. Now, besides a hangover, I also have to take the morning-after pill...">>
<<characterChat>>
<<link "Instead of going out, you should come over to my place to play sometime..." "f1-5">><</link>>
<<link "How disgusting... I don't know how they can treat you like that" "f1-6">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I'm focused on the game and we're going to lose">>
<<addCharacterMessage "julia" "Damn it, I wanted to tell you I'm not feeling well because I went out partying yesterday.">>
<<characterChat>>
<<link "Well, what do you want me to do? Wait until we finish, it's a ranked game" "f1-7.32">><</link>>
<<link "Sorry, Julia, I sometimes get carried away. So what happened?" "f1-7.33">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "But you shouldn't have to ask them for anything">>
<<addCharacterMessage "julia" "Look, guys are just how they are, hahaha. If you didn't ask them for anything, this town would be a city.">>
<<characterChat>>
<<link "Well, you don't have to ask me for anything" "f1-7.36">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Sorry, Julia, I sometimes get carried away. So what happened?">>
<<addCharacterMessage "julia" "Well, a guy offered to take me home, we ended up having sex in his car and he came inside. Now, besides a hangover, I also have to take the morning-after pill...">>
<<characterChat>>
<<link "Instead of going out, you should come over to my place to play sometime..." "f1-5">><</link>>
<<link "How disgusting... I don't know how they can treat you like that" "f1-6">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, what do you want me to do? Wait until we finish, it's a ranked game">>
<<addCharacterMessage "julia" "Well, go on with your damn little game.">>
<<characterChat>>
<<link "That's what I'm going to do" "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, you don't have to ask me for anything">>
<<addCharacterMessage "julia" "Then you're going to do whatever you want.">>
<<characterChat>>
<<link "No, I'm going to do what's right" "f1-7.37">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "It's because I'm intelligent">>
<<addCharacterMessage "julia" "Well, well, good luck with your super brain then.">>
<<characterChat>>
<<link "Maybe you should try to work on getting one" "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I'm stronger than I look and I'm a black belt">>
<<addCharacterMessage "julia" "Tell that shit to someone else... I don't like being lied to, lol.">>
<<characterChat>>
<<link "But you're okay with strangers' dicks" "fr1.11">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Clerk at Amoracado">>
<<addCharacterMessage "julia" "You're going to be a bouncer? I've never seen you, and you have to be strong to be a bouncer, liar lol.">>
<<characterChat>>
<<link "I'm stronger than I look and I'm a black belt" "fr1.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I work, how else would it be?">>
<<addCharacterMessage "julia" "Oh really? What do you do for work?">>
<<characterChat>>
<<link "At the New Amoralea bar" "fr1.2">><</link>>
<<link "I'm a bouncer at Amorateca" "fr1.6">><</link>>
<<link "Clerk at Amoracado" "fr1.4">><</link>>
<<chatLink "I walk dogs" "fr1.5" "SugarCube.State.active.variables.$paseador = true" >>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I walk dogs">>
<<addCharacterMessage "julia" "LOL, my stepfather is the manager and I know all of them, faker.">>
<<characterChat>>
<<link "I just started recently" "fr1.13">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I just started recently">>
<<addCharacterMessage "julia" "My stepfather would have told me, we always talk about these things... I don't like being lied to, lol.">>
<<characterChat>>
<<link "But you're okay with strangers' dicks" "fr1.11">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Yes, I live alone">>
<<addCharacterMessage "julia" "What are you saying, hahaha? And how do you support yourself, if you're 18 like me?">>
<<characterChat>>
<<link "I got a scholarship" "f1-22">><</link>>
<<link "I work, how else would it be?" "f1-23">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Do you have a laptop?">>
<<addCharacterMessage "julia" "No, but we can watch a movie or do anything else. Do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Great">>
<<addCharacterMessage "julia" "By the way, do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "But they don't have to treat you badly">>
<<addCharacterMessage "julia" "They're also drunk, hahaha, it sucks but it is what it is. Aren't you jealous?">>
<<characterChat>>
<<link "Well, a little bit, yeah" "f1-7.8">><</link>>
<<link "Of that shit? I don't have to be" "f1-7.9">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't know why you punish yourself like this">>
<<addCharacterMessage "julia" "Look, I don't know why I go out either, but I wouldn't call it punishment.">>
<<characterChat>>
<<link "And what would you call it?" "f1-7.48">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And what would you call it?">>
<<addCharacterMessage "julia" "Pleasure with consequences.">>
<<characterChat>>
<<link "Very witty, hahaha" "f1-7.51">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "No, I'm going to do what's right">>
<<addCharacterMessage "julia" "You're going to do what you think is right.">>
<<characterChat>>
<<link "And what's the difference?" "f1-7.39">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't understand anything you're saying">>
<<addCharacterMessage "julia" "I thought you were a bit smarter.">>
<<characterChat>>
<<link "It's because I'm intelligent" "f1-7.42">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Very witty, hahaha">>
<<addCharacterMessage "julia" "Hey, you don't have to flatter me to come to your house.">>
<<characterChat>>
<<link "But I haven't invited you" "f1-7.54">><</link>>
<<link "Well, it's part of the welcome pack" "f1-7.53">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "And what's the difference?">>
<<addCharacterMessage "julia" "With what that guy did yesterday? None...">>
<<characterChat>>
<<link "I don't understand anything you're saying" "f1-7.40">><</link>>
<<link "I think my judgment is different from a drunk's" "f1-7.41">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hey, don't act like a smartass either">>
<<addCharacterMessage "julia" "Excuse me?">>
<<characterChat>>
<<link "Exactly, don't get ahead of yourself, you're not all that" "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I think my judgment is different from a drunk's">>
<<addCharacterMessage "julia" "When we talk about sex, control is lost very easily.">>
<<characterChat>>
<<link "Let's get to that part first and then we'll see if I lose it or not" "f1-7.45">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "No, with my father and stepmother">>
<<addCharacterMessage "julia" "And they won't mind if I come over? My stepfather doesn't let me bring anyone over...">>
<<characterChat>>
<<link "I don't know, I've never had anyone to bring over, I'll talk to her tomorrow" "f1-11">><</link>>
<<chatLink "I don't know, hahaha, we'll see when you come over" "f1-11.1" "SugarCube.State.active.variables.juliasecreta = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, a little bit, yeah">>
<<addCharacterMessage "julia" "Handsome, you don't have to be, hahaha. I actually want to see you, do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Of that shit? I don't have to be">>
<<addCharacterMessage "julia" "Hey, don't overdo it, besides, you are, otherwise you wouldn't be constantly trying to make me believe you're a better option.">>
<<characterChat>>
<<link "What the hell are you talking about, I'm not trying to make you believe anything, I'm just saying what I think" "f1-7.10">><</link>>
<<link "It's because I'm a better option" "f1-7.11">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, it's part of the welcome pack">>
<<addCharacterMessage "julia" "Do you live alone or does that not come in the pack, hahaha?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "But I haven't invited you">>
<<addCharacterMessage "julia" "I think our wits aren't matched.">>
<<characterChat>>
<<link "Hey, don't act like a smartass either" "f1-7.57">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, for starters, I'm not an alcoholic who goes around collecting STDs">>
<<addCharacterMessage "julia" "Oh, well, you're still a virgin for a reason, right?">>
<<characterChat>>
<<link "What the fuck are you saying, you piece of shit slut?" "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Let's get to that part first and then we'll see if I lose it or not">>
<<addCharacterMessage "julia" "Hahaha, do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliamentira = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hey, you know that eating dicks doesn't make you an expert in male psychology, right?">>
<<addCharacterMessage "julia" "Of course it does, and I know that the ego is just as floppy or hard as a dick.">>
<<characterChat>>
<<link "You're a bitch who only knows how to cry and criticize" "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Excuse me, but I'm not the one who screws strangers without a condom">>
<<addCharacterMessage "julia" "You're wrong, you're the one who jerks off because he doesn't know what to say to a woman.">>
<<characterChat>>
<<link "Damn, for an introvert, you have a slut's tongue..." "f1-7.34">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "It's because I'm a better option">>
<<addCharacterMessage "julia" "Oh yeah? And what makes you such a good option?">>
<<characterChat>>
<<link "Well, for starters, I'm not an alcoholic who goes around collecting STDs" "f1-7.13">><</link>>
<<link "Well, I would truly love and respect you" "f1-7.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "What the hell are you talking about, I'm not trying to make you believe anything, I'm just saying what I think">>
<<addCharacterMessage "julia" "That's the problem, you don't think...">>
<<characterChat>>
<<link "Excuse me, but I'm not the one who screws strangers without a condom" "f1-7.60">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Stop talking like you know me">>
<<addCharacterMessage "julia" "All guys are the same about these things.">>
<<characterChat>>
<<link "Hey, you know that eating dicks doesn't make you an expert in male psychology, right?" "f1-7.61">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, I would truly love and respect you">>
<<addCharacterMessage "julia" "Oh, how sweet, hahaha, but that's just your desire to get laid, after a few bangs you'd start putting yourself first again.">>
<<characterChat>>
<<link "Put myself first?" "f1-7.14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Put myself first?">>
<<addCharacterMessage "julia" "It's like a drug, when it wears off you see reality. I've fallen in love a lot, but I've never had a boyfriend because we've never passed that phase.">>
<<characterChat>>
<<link "With me, we'll definitely pass it, I know what I feel" "f1-7.15">><</link>>
<<link "Stop talking like you know me" "f1-7.16">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "With me, we'll definitely pass it, I know what I feel">>
<<addCharacterMessage "julia" "Hahaha, we'll see if that's true... By the way, do you live alone?">>
<<characterChat>>
<<link "No, with my father and stepmother" "f1-10">><</link>>
<<chatLink "Yes, I live alone" "f1-10.1" "SugarCube.State.active.variables.juliasecreta = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't know, I've never had anyone to bring over, I'll talk to her tomorrow">>
<<addCharacterMessage "julia" "Let's see what she says, I hope she's more chill than my stepfather.">>
<<characterChat>>
<<link "Do you get along with him?" "f1-11.3">><</link>>
<<link "She has to let me, it's my house after all" "f1-11.4">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't know, hahaha, we'll see when you come over">>
<<addCharacterMessage "julia" "Well, if that's the case, I'd prefer you sneak me in, hahaha, I'd rather avoid awkward family situations.">>
<<characterChat>>
<<link "Well, if you don't mind, I prefer it too, my stepmother is a bit weird" "f1-12">><</link>>
<<link "What's wrong, are you scared?" "f1-11.70">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I got a scholarship">>
<<addCharacterMessage "julia" "Oh, damn, smart and handsome, well then let me know and I'll pay you a visit.">>
<<characterChat>>
<<link "Sure, I'll let you know as soon as I have a moment" "fr1.19">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I'm a bouncer at Amorateca">>
<<addCharacterMessage "julia" "Oh really? And that's enough for you to live alone?">>
<<characterChat>>
<<link "Yes, actually, it doesn't pay badly" "fr1.18">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, if you don't mind, I prefer it too, my stepmother is a bit weird">>
<<addCharacterMessage "julia" "That's great, hahaha, it actually turns me on more that way.">>
<<characterChat>>
<<link "Does coming to play turn you on?" "f1-13">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "What's wrong, are you scared?">>
<<addCharacterMessage "julia" "Not scared, but I prefer to avoid awkward situations, honestly.">>
<<characterChat>>
<<link "Okay, fine, hahaha, want to play some more games?" "f1-20">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Do you get along with him?">>
<<addCharacterMessage "julia" "Well, it's complicated, he's quite strict, but I like that part of him...">>
<<characterChat>>
<<link "You like that part of him?" "f1-11.90">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "She has to let me, it's my house after all">>
<<addCharacterMessage "julia" "Well, but also hers, right?">>
<<characterChat>>
<<link "Well, my dad brought her back from one of his trips, I don't know if it's her house" "f1-11.5">><</link>>
<<link "Yes, I guess so" "f1-11.6">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Yes, actually, it doesn't pay badly">>
<<addCharacterMessage "julia" "Oh, very well then, let me know and I'll pay you a visit.">>
<<characterChat>>
<<link "Sure, I'll let you know as soon as I have a moment" "fr1.19">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Sure, I'll let you know as soon as I have a moment">>
<<addCharacterMessage "julia" "Okay, busy boy, make room for me between the hookers you bring over, hahaha.">>
<<characterChat>>
<<link "I'm preparing for university" "fr1.20">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I'm preparing for university">>
<<addCharacterMessage "julia" "How diligent, hahaha. Well, you have to be smart to live alone at this age. By the way, what if we try Tonder's new video call feature?">>
<<characterChat>>
<<link "Okay, sounds good" "f1-11.11">><</link>>
<<link "I don't feel like it" "f1-11.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Does coming to play turn you on?">>
<<addCharacterMessage "julia" "Yes, exactly that.">>
<<characterChat>>
<<link "Well, no need to wait, we can play for a bit now" "f1-14">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, no need to wait, we can play for a bit now">>
<<addCharacterMessage "julia" "What if we try Tonder's new video call feature?">>
<<characterChat>>
<<link "Okay, sounds good" "f1-11.11">><</link>>
<<link "I don't feel like it" "f1-11.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Okay, fine, haha. Want to play some more games?">>
<<addCharacterMessage "julia" "No, I prefer to go now, my stepbrother is about to arrive and I want to surprise him. We'll talk tomorrow.">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "You like that part of him?">>
<<addCharacterMessage "julia" "Yes, I don't know why I like it, it's like a feeling that he's strict because he loves me.">>
<<characterChat>>
<<link "Okay, I understand" "f1-11.91">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Okay, I understand">>
<<addCharacterMessage "julia" "By the way, he wants us to try Tonder's new video call feature">>
<<characterChat>>
<<link "Okay, sounds good" "f1-11.11">><</link>>
<<link "I don't feel like it" "f1-11.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Well, my dad brought her back from one of his trips, I don't know if it's her house">>
<<addCharacterMessage "julia" "It's a way to start a relationship, isn't it?">>
<<characterChat>>
<<link "I don't know, Julia, it's a bit weird" "f1-13.1">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Yes, I guess so">>
<<addCharacterMessage "julia" "You guess so?">>
<<characterChat>>
<<link "It's complicated" "f1-11.8">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't know, Julia, it's a bit weird">>
<<addCharacterMessage "julia" "Why?">>
<<characterChat>>
<<link "Because she acts like this is hers" "f1-13.2">><</link>>
<<link "It's complicated" "f1-11.8">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "It's complicated">>
<<addCharacterMessage "julia" "Well, you'll tell me someday">>
<<characterChat>>
<<link "Yes, we'll talk about it someday" "f1-11.9">><</link>>
<<link "Want to play some more games?" "f1-11.10">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Because she acts like this is hers">>
<<addCharacterMessage "julia" "Well, in part, it is">>
<<characterChat>>
<<link "Hey, a little empathy wouldn't hurt, hahaha" "f1-13.4">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Hey, a little empathy wouldn't hurt, hahaha">>
<<addCharacterMessage "julia" "You're right, sorry! Hahaha. Hey, I'm leaving, my stepbrother is about to arrive and I want to surprise him. We'll talk tomorrow.">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Yes, we'll talk about it someday">>
<<addCharacterMessage "julia" "Definitely, we still have a lot to live, hahaha">>
<<characterChat>>
<<link "Want to play some more games?" "f1-11.10">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "Want to play some more games?">>
<<addCharacterMessage "julia" "How about we try Tonder's new video call feature?">>
<<characterChat>>
<<link "Okay, sounds good" "f1-11.11">><</link>>
<<link "I don't feel like it" "f1-11.12">><</link>>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "user" "I don't feel like it">>
<<addCharacterMessage "julia" "Okay, fine... Well, I have to go, my stepbrother is about to arrive and I want to surprise him. We'll talk tomorrow.">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak3 = true" >>
<</characterChat>>
<</nobr>><video src="media/vid/f1-11.11.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Wow, how handsome!</span>
</div>
[[You're the beautiful one|f1-11.14]]
[[Yeah, I can't complain|f1-11.13]]<video src="media/vid/f1-11.13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Well, I didn't know you were that cool</span>
</div>
[[I can be many things|f1-11.15]]
[[It's a joke|f1-11.16]]<video src="media/vid/f1-11.13.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">You think I'm beautiful... mmm, but you haven't seen the best part yet</span>
</div>
[[And what's the best part?|f1-111.1]]<video src="media/vid/f1-11.15.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Pff, that's bad hahaha.</span>
</div>
[[You're very handsome|f1-11.14]]<video src="media/vid/f1-11.15.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">No kidding, hahaha, I hadn't noticed.</span>
</div>
[[You're welcome, that'll be 50 euros|f1-11.18]]<video src="media/vid/f1-11.18.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Well, the best part is over here</span>
</div>
[[Can I see a bit more?|f1-111.2]]<video src="media/vid/f1-11.18.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Hey, what if I pay you another way?</span>
</div>
[[Yes, I think that's fine|f1-11.19]]
[[Hey, why don't you show me a bit more?|f1-111.2]]<video src="media/vid/f1-11.19.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Sure, handsome, that's fine</span>
</div>
[[I really want to touch them|f1-111.3]]<video src="media/vid/f1-11.19.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Are you sure? I think I'm still missing this</span>
</div>
[[I really want to eat them|f1-11.21]]
[[Show me the bottom part too|f1-11.22]]<video src="media/vid/f1-11.21.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">To touch them like this?</span>
</div>
[[Start masturbating|f1-111.4]]<video src="media/vid/f1-111.4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I'll bring them closer so you can see them better</span>
</div>
[[I want to see more|f1-11.24]]<video src="media/vid/f1-11.21.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">For now, you'll have to settle for these</span>
</div>
[[I don't have enough|f1-11.24]]<video src="media/vid/f1-11.21.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I also want you to eat them</span>
</div>
[[Start masturbating|f1-11.24]]<<nobr>>
<<addCharacterMessage "user" "I want to see more">>
<<addCharacterMessage "julia" "Sorry I hung up on you so suddenly, my stepbrother arrived. I'm going to do something with him, we'll talk tomorrow.">>
<<characterChat>>
<<chatLink "Go to the bathroom" "w-2" "SugarCube.State.active.variables.juliaisfak2 = true">>
<<chatLink "Go to the living room" "w-2-2" "SugarCube.State.active.variables.juliaisfak2 = true">>
<<chatLink "Go to the kitchen" "w-2-7" "SugarCube.State.active.variables.juliaisfak2 = true" >>
<</characterChat>>
<</nobr>>
/% DAY 3 %/<<nobr>>
<<addCharacterMessage "julia" "Ah, very good, how diligent!">>
<<characterChat>>
<<autoLink "Yes, I like having a clean house, helps me focus better" "f1-2.3.1">>
<<autoLink "Well, that's life when you live alone" "f1-2.4.1">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Julia has blocked you.">>
<<characterChat>>
<<autoLink "Go to the bathroom" "ir2-1">>
<<autoLink "Go to your stepmom's room" "ir3-1">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Okay, well, I'll leave you to your stuff. Talk tomorrow, I'll be busy later...">>
<<characterChat>>
<<autoLink "Yeah, I'll text you tomorrow" "f1-2.12">>
<</characterChat>>
<</nobr>><<nobr>>
<<characterChat>>
<<autoLink "Go to the bathroom" "ir2-1" "State.variables.nowebcam = true">>
<<autoLink "Go to your stepmom's room" "ir3-1" "State.variables.nowebcam = true">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, for starters, when will you invite me over to meet you? Hahaha!">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, that area must be nice. I'll come with you someday—I'm up for it, hahaha!">>
<<characterChat>>
<<autoLink "What's not so nice is picking up shits, but sure, come whenever you want" "f1-2.15">>
<<autoLink "Well, we'll see" "f1-2.16">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, if it's with you, I don't mind picking up shits.">>
<<characterChat>>
<<autoLink "Alright, I can pay you with beers" "f1-2.22">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "How rude! Why not?">>
<<characterChat>>
<<autoLink "I didn't say no, or yes" "f1-2.17">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, you could show a bit more enthusiasm.">>
<<characterChat>>
<<autoLink "It's a serious job, even if it doesn't seem like it. Can't just bring people over" "f1-2.19">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Okay, sorry, Mr. Important Job... hahaha!">>
<<characterChat>>
<<autoLink "Hey, I don't like you mocking my job, lol" "f1-2.20">>
<<autoLink "Well, it is important" "f1-2.21">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ah, very good! Well, I'm gonna play for a bit. By the way, these days we've been playing, why weren't you working in the mornings?">>
<<characterChat>>
<<autoLink "I had time off, I rest too, you know?" "f1-2.3">>
<<autoLink "Why the interrogation?" "f1-2.4">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Not mocking your job, laughing 'cause I doubt anyone cares if I join you walking their dog—we could even play with it, lol...">>
<<characterChat>>
<<autoLink "Well, maybe, dunno. Thinking about work now, Julia, stop messing with my head." "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "By the way, what are you studying?">>
<<characterChat>>
<<autoLink "Engineering specialized in Great Lab technology" "f1-2.8.1">>
<<autoLink "Seriously, what is this? An interrogation?" "f1-2.3.4">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Not saying it isn't, guy, but I doubt anyone cares if I join you walking their dog—we could play with it, lol...">>
<<characterChat>>
<<autoLink "Well, maybe, dunno. Thinking about work now, Julia, stop messing with my head." "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well if you invite me over and we end up fucking, I can scream as loud as I want.">>
<<characterChat>>
<<autoLink "Yeah, that's a big plus" "f1-2.22.1">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Sounds good. By the way, when can I come over for a drink at your place?">>
<<characterChat>>
<<autoLink "Let me sort it with my tasks first" "f1-2.23">>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "By the way, when will you invite me? Or do you bring over so many girls you don't want me finding out?">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<<autoLink "Need to organize myself, but soon" "f1-3.34">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Sure, no worries, handsome. By the way, got time for a quick video call before you go?">>
<<characterChat>>
<<autoLink "Sure, I'm not in a rush" "f1-2.24">>
<<autoLink "Nah, kinda in a hurry" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, you're right, haha. Is your job tough?">>
<<characterChat>>
<<autoLink "Well, I like dogs, so not too bad" "f1-2.14">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "But on vacation, don't you have to study?">>
<<characterChat>>
<<autoLink "Not for now, but I still have projects needing focus" "f1-2.3.2">>
<<autoLink "Got stuff to do anyway" "f1-2.3.3">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, can't complain, at least for now, hahaha.">>
<<characterChat>>
<<autoLink "How you love complaining!" "f1-2.3.20">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "What do you mean?">>
<<characterChat>>
<<autoLink "Well, if nights make you feel bad, you could quit for a while" "f1-2.3.12">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah... would be nice, but I think I need someone for that.">>
<<characterChat>>
<<autoLink "Someone for what, lol?" "f1-2.3.13">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, someone to fill the gap the night leaves.">>
<<characterChat>>
<<autoLink "Well, maybe I'm good for that" "f1-2.3.14">>
<<autoLink "That sounded kinda gross" "f1-2.3.15">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, wanna chat on call for a bit, Mr. University?">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "Nah, kinda in a hurry" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Maybe, especially living alone. We could play by day and fuck all night non-stop.">>
<<characterChat>>
<<autoLink "Sounds good, honestly" "f1-2.3.30">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Projects, huh?">>
<<characterChat>>
<<autoLink "Seriously, what is this? An interrogation?" "f1-2.3.4">>
<<autoLink "I'm working on studies for the Great Lab" "f1-2.3.5">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, it's one of my favorite hobbies.">>
<<characterChat>>
<<autoLink "All women are the same" "f1-2.3.21">>
<<autoLink "Well, at least you like something" "f1-2.3.22">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, don't push it, asshole.">>
<<characterChat>>
<<autoLink "Apologize. Last time you insult me, bitch" "f1-2.3.23">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, it's something. By the way, when will you invite me over?">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, look, even if you're top of your class, I won't tolerate everything. Fuck you!">>
<<characterChat>>
<<autoLink "On top of being a slut, you're a golddigger too, huh?" "f1-2.3.24">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "With that shit face of yours, what else would interest me about you?">>
<<characterChat>>
<<autoLink "Right, forgot dicks only interest you when you're drunk" "f1-2.10">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ah, well, living alone must be a lot of work.">>
<<characterChat>>
<<autoLink "Yeah, gotta stay organized" "sr.1">>
<<autoLink "Also got a few projects" "f1-2.3.2">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "By the way, when will you invite me over?">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<<autoLink "Need to organize myself, but soon" "f1-3.34">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ay, guy, just gossiping a bit, no need to get like that.">>
<<characterChat>>
<<autoLink "I get like this 'cause it's my business, stop asking so much" "f1-2.3.6">>
<<autoLink "You're right, sorry" "f1-2.3.7">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Now I get why you don't wanna talk about it—the town's big secret, hahaha!">>
<<characterChat>>
<<autoLink "Yeah, better drop it" "sr.5">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Okay, fine, lol, let's change the subject.">>
<<characterChat>>
<<autoLink "Okay, how are you?" "f1-2.3.8">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "No worries, seems you're linked to the Great Lab by how you act... hahah!">>
<<characterChat>>
<<autoLink "'Cause I am. Studying Engineering specialized in Great Lab tech" "sr.10">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Better than yesterday, didn't go out last night.">>
<<characterChat>>
<<autoLink "Ah, good. How come you didn't go out?" "f1-2.3.9">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "I need rest too, hahaha.">>
<<characterChat>>
<<autoLink "That's good" "f1-2.3.10">>
<<autoLink "Maybe a longer break would do you good" "f1-2.3.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "It's just weird you live alone, honestly.">>
<<characterChat>>
<<autoLink "Well, if you don't believe me, don't come" "f1-2.5">>
<<autoLink "Don't like you doubting me" "f1-2.6">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, imagine it's not easy, but must have perks...">>
<<characterChat>>
<<autoLink "Yeah, it has some" "f1-2.20.1">>
<<autoLink "Oh yeah? Like what, lol?" "f1-2.21.1">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Look, it's not that I don't believe you, just have doubts.">>
<<characterChat>>
<<autoLink "What do you need to know? Tell me." "f1-2.13">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ay, guy, we just met. It's normal to doubt you live alone in Amoralea walking dogs.">>
<<characterChat>>
<<autoLink "Lotsa dogs around here" "f1-2.7">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, know there are dogs. Anyway, we'll see when I come, I guess.">>
<<characterChat>>
<<autoLink "Don't want you coming anymore" "f1-2.8">>
<<autoLink "Dumb to talk about it now" "f1-2.9">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Fine, stupid, lol. Don't wanna know you if you're that psycho anyway.">>
<<characterChat>>
<<autoLink "Yeah, best that way. Won't catch diseases from you" "f1-2.10">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ooh, cool! Now the scholarship makes sense—only the best work there.">>
<<characterChat>>
<<autoLink "And as you know, you sign an NDA. Those studies are top secret" "f1-2.8.2">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Mmm, turns me on knowing you hide secrets.">>
<<characterChat>>
<<autoLink "Everyone has secrets" "f1-2.8.3">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah... haha, by the way, when will you invite me to your super-secret house?">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<<autoLink "Need to organize myself, but soon" "f1-3.34">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "So when can I come meet you, hahaha?">>
<<characterChat>>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Okay, no worries. Figure someone with a scholarship must be busy. Hey, got time for a video call?">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "Nah, kinda in a hurry" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hiiii, handsome! How's your day?">>
<<characterChat>>
<<autoLink "Good, just woke up" "sr.12">>
<<autoLink "Pretty tired" "sr.13">>
<<autoLink "Normal, and yours?" "sr.14">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hello responsible adult.">>
<<if $becasayan is false and $paseador is true>>
<<addCharacterMessage "julia" "Good, hahaha, gonna grab coffee then head out for the first dogs soon.">>
<<characterChat>>
<<autoLink "Good, hahaha, gonna grab coffee then head out for the first dogs soon" "f1-2.2">>
<</characterChat>>
<<elseif $becasayan is true and $paseador is false>>
<<addCharacterMessage "julia" "Chill, just woke up. Gonna breakfast soon then clean the house.">>
<<characterChat>>
<<autoLink "Chill, just woke up. Gonna breakfast soon then clean the house" "f1-2.1">>
<</characterChat>>
<</if>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, doing laundry and all that.">>
<<characterChat>>
<<autoLink "Yeah, all that and a bit more" "sr.2">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ooh, cool! Now I get why you don't wanna talk about it.">>
<<characterChat>>
<<autoLink "Exactly why" "sr.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, changing subject—when will you invite me over, Mr. Secret?">>
<<characterChat>>
<<autoLink "Let me sort it with my tasks first" "f1-2.23">>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Me too, hahaha, what a pair we make!">>
<<characterChat>>
<<autoLink "Yeah, honestly..." "sr.15">>
<<autoLink "How are you, by the way?" "sr.16">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ah, yeah? Why?">>
<<characterChat>>
<<autoLink "Stayed up late gaming" "sr.30">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, normal—better than bad, haha. Mine's great so far, feels good no hangover.">>
<<characterChat>>
<<autoLink "Didn't drink much yesterday?" "sr.35">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "What you got planned today?">>
<<characterChat>>
<<autoLink "No clue. Guess a mix of what the writer allows and what my controller picks" "sr.24">>
<<autoLink "Breakfast, gaming, sleep" "sr.43">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Good, can't complain—didn't party yesterday.">>
<<characterChat>>
<<autoLink "Nice, haha!" "sr.18">>
<<autoLink "Looks like you're finally waking up" "sr.37">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, honestly got sick of it... and now that I'm getting to know you, maybe I don't need to go out anymore.">>
<<characterChat>>
<<autoLink "Right? Why go out when you can game?" "sr.19">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "But I wanna play more than one game, hahaha.">>
<<characterChat>>
<<autoLink "We'll play whatever you want" "sr.20">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, haven't asked about your parents. From Amoralea?">>
<<characterChat>>
<<autoLink "Don't wanna talk about my parents" "sr.3">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "You're such a dork, haha! By the way, did you talk to your stepmom?">>
<<characterChat>>
<<autoLink "No, not yet. I'll tell her when I see her today" "sr.21">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hope she says yes. Wanna play with you in person...">>
<<characterChat>>
<<autoLink "Yeah, you'll see—got tons of share-screen games and two controllers" "sr.22">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, with controller vibration we'll have fun for sure.">>
<<characterChat>>
<<autoLink "Yeah, makes it more immersive, haha" "sr.23">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Way more immersive, you'll see, haha! By the way, wanna video call?">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "Nah, got stuff to do" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "What?">>
<<characterChat>>
<<autoLink "Nothing, just joking. What about you?" "sr.25">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Weird sense of humor you got! Dunno really—thinking video call with you.">>
<<characterChat>>
<<autoLink "You think?" "sr.26">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "You haven't said yes yet.">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "I'll say no—got stuff to do" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Sorry, was curious...">>
<<characterChat>>
<<autoLink "It's fine" "sr.4">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Could've warned me...">>
<<characterChat>>
<<autoLink "Thought you'd be partying, lol. Or busy—we never talk nights" "sr.31">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Nah, didn't go out. Stayed home.">>
<<characterChat>>
<<autoLink "Ah, well done" "sr.32">>
<<autoLink "Looks like you're finally waking up" "sr.37">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Yeah, meeting you helped me chill a bit.">>
<<characterChat>>
<<autoLink "Meeting you helped me too" "sr.33">>
<<autoLink "Yeah, guess you're lucky to meet me" "sr.49">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Ah, yeah? Why?">>
<<characterChat>>
<<autoLink "Felt pointless lately... Never minded being alone but felt weird" "sr.34">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Get that feeling... Hey, wanna video call?">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "Nah, got stuff to do" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Didn't drink 'cause I didn't go out, dumbass, haha!">>
<<characterChat>>
<<autoLink "Well, it's your habit, how would I know" "sr.36">>
<<autoLink "Nice, haha!" "sr.18">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Gonna try to break that habit.">>
<<characterChat>>
<<autoLink "Looks like you're finally waking up" "sr.37">>
<<autoLink "Right? Why go out when you can game?" "sr.19">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, I'll wake up when I want—none of your business, lol.">>
<<characterChat>>
<<autoLink "Was a compliment, don't get mad" "sr.38">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well, what a dumb compliment.">>
<<characterChat>>
<<autoLink "Hey, on your period or something?" "sr.39">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Look, didn't know you were such an asshole.">>
<<characterChat>>
<<autoLink "Asshole? You? Bragging about skipping one night like it's an achievement!" "sr.40">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "By the way, when will you invite me to see your place, handsome?">>
<<characterChat>>
<<autoLink "Let me sort it with my tasks first" "f1-2.23">>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "It is important to me, fucking creep.">>
<<characterChat>>
<<autoLink "What shit you consider important" "f1-2.10">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Hey, sounds like a great plan.">>
<<characterChat>>
<<autoLink "Yeah, can't complain" "sr.45">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "By the way, did you ask your mom if I can come? 'Cause today I'd fit your plan, haha.">>
<<characterChat>>
<<autoLink "No, not yet. I'll tell her when I see her today" "sr.21">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "What an idiot! But kinda, yeah, haha.">>
<<characterChat>>
<<autoLink "Looks like you're finally waking up" "sr.37">>
<<autoLink "Well, got lucky too" "sr.50">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Mmm, turns me on knowing things nobody else does.">>
<<characterChat>>
<<autoLink "You'd flip over what I know" "sr.6">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Well... a bit QUITE A BIT. Hahaha.">>
<<characterChat>>
<<autoLink "Yeah, maybe even a lot" "sr.51">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Okay, got it... hahaha. By the way, wanna video call?">>
<<characterChat>>
<<autoLink "Sure, I'd like that" "f1-2.24">>
<<autoLink "Nah, got stuff to do" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "When will you invite me over, handsome?">>
<<characterChat>>
<<autoLink "Let me sort it with my tasks first" "f1-2.23">>
<<autoLink "Still thinking about it, Julia, I'm a bit busy" "f1-2.11">>
<</characterChat>>
<</nobr>><<nobr>>
<<addCharacterMessage "julia" "Julia has blocked you.">>
<<characterChat>>
<<autoLink "Go to the bathroom" "ir2-1">>
<<autoLink "Go to your stepmom's room" "ir3-1">>
<</characterChat>>
<</nobr>>
/% DAY 3 WEBCAM %/<video src="media/vid/julia/f1-2.30.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Julia turns on the webcam. She felt like seeing you for a while.</span>
</div>
<<nobr>>
<<if $juliaisfak2 is true or $juliaisfak3 is true>>
[[You look so hot|f1-2.25]]
<<else>>
[[You look so hot|f1-2.26]]
<</if>>
<</nobr>><video src="media/vid/julia/f1-2.25.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Yeah, hopefully we won't get interrupted today.</span>
</div>
[[So we're continuing from yesterday, huh?|f1-2.27]]
[[I hope not... I really wanted to keep going|f1-2.28]]<video src="media/vid/julia/f1-2.25.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">You're the hot one here.</span>
</div>
[[Well, not that much|f1-8.2]]<video src="media/vid/julia/f1-8.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Of course, right where we left off.</span>
</div>
[[No, better not|f1-2.29]]
[[Okay|f1-2.30]]<video src="media/vid/julia/f1-8.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Like this?</span>
</div>
[[No|f1-2.29]]
[[Yes, really wanted to|f1-2.30]]<video src="media/vid/julia/f1-2.30.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">LOL, what's wrong, did I scare you?</span>
</div>
[[Well, a little, to be honest|f1-5.1]]
[[No, just wanted to mess with you, haha|f1-5.2]]<video src="media/vid/julia/f1-2.30.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">So you really wanted to keep going... and what did you want to see next?</span>
</div>
[[I want to see what's under your panties|f1-2.31]]
[[To start with, those beautiful tits|f1-2.32]]<video src="media/vid/julia/f1-2.31.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Okay, but I'm shy, so I'll cover up a bit with this toy.</span>
</div>
[[Don't cover up, I want to see it all|f1-2.33]]
[[I want to see you touch it with your hand, not a toy|f1-2.35]]<video src="media/vid/julia/f1-5.4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Yeah, you liked them that much?</span>
</div>
[[I can't stop thinking about them|f1-2.34]]
[[Yes, but now I want to see more, you know what|f1-2.33]]<video src="media/vid/julia/f1-2.322.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Yeah, you like them that much?</span>
</div>
[[They drive me crazy|f1-2.34]]
[[Yes, but I want to see something else|f1-2.33]]<video src="media/vid/julia/f1-2.33.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Ah, yeah... Something like this?</span>
</div>
[[Yes, I really want to eat it|f1-6.1]]<video src="media/vid/julia/f1-2.34.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I bet you wouldn't stop looking at them while you fuck me.</span>
</div>
[[I wouldn't take my eyes off them for a second|f1-6.9]]<video src="media/vid/julia/f1-2.35.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Would you like to touch it yourself?</span>
</div>
[[I'd love to touch it|f1-2.36]]
[[First I'd give it a few spanks|f1-2.37]]<video src="media/vid/julia/f1-2.36.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Mmmm... What else would you do to me?</span>
</div>
[[I'd stick my cock in and push you against the couch|f1-2.40]]
[[I'd put my cock in front of you to clean it|f1-2.43]]
[[I'd put you on top of me and make you grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-2.37.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Would you spank my ass like this?</span>
</div>
[[Yes, and then I'd start eating it|f1-2.38]]<video src="media/vid/julia/f1-2.38.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Would you lick my pussy?</span>
</div>
[[And your ass too|f1-2.39]]<video src="media/vid/julia/f1-2.39.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">And what else would you do to me?</span>
</div>
[[I'd stick my cock in and push you against the couch|f1-2.40]]
[[I'd put my cock in front of you to clean it|f1-2.43]]
[[I'd put you on top of me and make you grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-2.40.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I'd love you to do that.</span>
</div>
[[I'd stick my cock in and push you against the bed|f1-2.41]]<video src="media/vid/julia/f1-2.41.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">And after that, what would you do?</span>
</div>
[[I'd pull it out and make you put that perfect body on top of me|f1-2.50]]
[[I'd keep thrusting harder while looking at that beautiful ass|f1-3.3]]<video src="media/vid/julia/f1-2.42.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Yeah, would you like me to grind like this?</span>
</div>
[[Yes, and don't stop|f1-2.45]]<video src="media/vid/julia/f1-2.43.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I'd suck it like an ice cream.</span>
</div>
[[Don't stop, keep going|f1-2.70]]
[[I wouldn't last and I'd put you on top to grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-2.45.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Would you let me keep going as long as I want?</span>
</div>
[[I'd stop you to suck on your tits|f1-2.46]]
[[As long as you want|f1-2.47]]<video src="media/vid/julia/f1-2.46.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Could I stay for a long time?</span>
</div>
[[I could stay under you forever|f1-2.49]]<video src="media/vid/julia/f1-2.47.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">You like my tits that much?</span>
</div>
[[I love them, can't wait to taste them|f1-2.48]]<video src="media/vid/julia/f1-2.48.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">You like my tits that much?</span>
</div>
[[Your whole body turns me on|f1-2.50]]<video src="media/vid/julia/f1-2.49.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Forever? You sure you wouldn't get bored?</span>
</div>
[[Can't get bored of such a perfect body|f1-2.50]]<video src="media/vid/julia/f1-2.50.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Mmm, I bet you'd get rock hard from my body.</span>
</div>
[[I'd get so hard I couldn't hold back|f1-2.51]]<video src="media/vid/julia/f1-2.51.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">If you're gonna spend your life under me, you'd have to last long like this.</span>
</div>
[[You must be so wet right now...|f1-2.53]]
[[When I need to stop, I'll eat your pussy|f1-3.10]]<video src="media/vid/julia/f1-2.53.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">It's like this because of you...</span>
</div>
[[I want it like this on top of my cock|f1-2.54]]
[[I can't take it anymore, I'd push you off and put you under me|f1-2.72]]<video src="media/vid/julia/f1-2.54.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I want that too.</span>
</div>
[[I want you like this on top of my cock|f1-2.55]]<video src="media/vid/julia/f1-2.55.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Soon I will be, handsome. Will you cum inside me?</span>
</div>
[[Of course I'll cum inside you|f1-2.56]]<video src="media/vid/julia/f1-2.56.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I want you to fill my pussy.</span>
</div>
[[Cum in front of the camera|f1-2.57]]<video src="media/vid/julia/f1-2.57.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Oooh, God...</span>
</div>
[[All of this inside you|f1-2.58]]<video src="media/vid/julia/f1-2.58.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I really want to fuck you, handsome. Hanging up, we'll keep talking on the app while I freshen up.</span>
</div>
<<nobr>>
<<if $becasayan is false and $paseador is true>>
[[Can't, gotta get ready to pick up the first dogs. Talk later|f2-1]]
<<elseif $becasayan is true and $paseador is false>>
[[Can't, Julia, gotta start working on the project|f2-2]]
<<else>>
[[Can't, gonna freshen up and make breakfast for my stepmom, see if she'll let you come over|f2-3]]
<</if>>
<</nobr>><video src="media/vid/julia/f1-6.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">It feels so good I'd keep going until you cum in my mouth.</span>
</div>
[[I wouldn't last and I'd put you on top to grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-2.72.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">And would you start fucking me without letting me do anything?</span>
</div>
[[I'd shove it in hard to feel it deep inside|f1-2.73]]<video src="media/vid/julia/f1-2.73.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Mmm, I'd love for you to wreck my pussy.</span>
</div>
[[I won't stop until you beg me to|f1-2.74]]<video src="media/vid/julia/f1-2.74.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Don't stop until you fill me with your cum.</span>
</div>
[[Want me to cum inside?|f1-2.75]]<video src="media/vid/julia/f1-2.75.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I want you to cum wherever you want on me.</span>
</div>
[[I'd cum inside if you let me|f1-2.76]]
[[I'd cum all over you|f1-2.77]]
[[I'd cum in your mouth|f1-2.78]]<video src="media/vid/julia/f1-2.76.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I wouldn't mind you cumming inside my pussy, hope you do it.</span>
</div>
[[Cum in front of the camera|f1-2.79]]<video src="media/vid/julia/f1-2.77.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Mmm, how good it'd feel for you to cover me in cum everywhere.</span>
</div>
[[Cum in front of the camera|f1-2.79]]<video src="media/vid/julia/f1-2.78.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Your cum must taste so good, I'd swallow it all.</span>
</div>
[[Cum in front of the camera|f1-2.79]]<video src="media/vid/julia/f1-2.79.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I really want to fuck you, handsome. Hanging up, we'll keep talking on the app while I freshen up.</span>
</div>
<<nobr>>
<<if $becasayan is false and $paseador is true>>
[[Can't, gotta get ready to pick up the first dogs. Talk later|f2-1]]
<<elseif $becasayan is true and $paseador is false>>
[[Can't, Julia, gotta start working on the project|f2-2]]
<<else>>
[[Can't, gonna freshen up and make breakfast for my stepmom, see if she'll let you come over|f2-3]]
<</if>>
<</nobr>><video src="media/vid/julia/f1-2.799.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I really want to fuck you handsome, hanging up we'll keep talking on the app while I freshen up.</span>
</div>
<<nobr>>
<<if $becasayan is false and $paseador is true>>
[[Can't gotta get ready to pick up the first dogs talk later|f2-1]]
<<elseif $becasayan is true and $paseador is false>>
[[Can't Julia gotta start doing project stuff|f2-2]]
<<else>>
[[Can't think I'll freshen up and make breakfast for my stepmom, see if she'll let you come over|f2-3]]
<</if>>
<</nobr>><video src="media/vid/julia/f1-3.10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Ah, yeah... that's what you'd do?</span>
</div>
[[Yes|f1-3.11]]<video src="media/vid/julia/f1-3.11.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">And what if I don't let you and start grinding like this?</span>
</div>
[[Then as punishment I'd start fucking you hard|f1-3.12]]<video src="media/vid/julia/f1-3.12.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I bet it'd hurt so much.</span>
</div>
[[You'll have to endure it|f1-3.14]]<video src="media/vid/julia/f1-3.14.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I'll endure it, because I deserve it.</span>
</div>
[[Yes, you've been very naughty|f1-3.15]]<video src="media/vid/julia/f1-3.15.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Keep going, please.</span>
</div>
[[No, you've had enough. Now I'd pull it out and put it in your face|f1-3.16]]<video src="media/vid/julia/f1-3.16.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Mmm, gotta clean what came out of my pussy.</span>
</div>
[[I'm gonna cum, I can't hold back|f1-3.17]]<video src="media/vid/julia/f1-3.17.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Well cum inside me then.</span>
</div>
[[Cum in front of the camera|f1-2.79]]<video src="media/vid/julia/f1-3.3.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">God... I couldn't stop moving the pillow.</span>
</div>
[[Bite it hard 'cause I won't stop|f1-3.4]]<video src="media/vid/julia/f1-3.4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Fuck, I hope you don't stop, please.</span>
</div>
[[I'll only stop to spank you|f1-3.5]]
[[I'll stop to eat your pussy|f1-3.10]]<video src="media/vid/julia/f1-3.5.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">So good... But are you sure you wouldn't like me on top fucking you like this?</span>
</div>
[[Mmm, not bad, but you'd have to earn it|f1-3.6]]<video src="media/vid/julia/f1-3.6.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Of course I'd earn it, I wouldn't let your cock be out of my pussy for a second.</span>
</div>
[[I hope so, because if not...|f1-3.7]]<video src="media/vid/julia/f1-3.7.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">If not, what?</span>
</div>
[[I'd pull my cock out and make you grind on it|f1-3.8]]
[[I'd end up pushing you off and putting you under me|f1-2.72]]<video src="media/vid/julia/f1-3.8.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">How I'd love for you to force me.</span>
</div>
[[I want you like this on top of my cock|f1-2.55]]<video src="media/vid/julia/f1-5.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I just realized you're still such a kid.</span>
</div>
[[What do you mean? And you're such a slut, fuck you|f1-5.4]]<video src="media/vid/julia/f1-5.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">You're so dumb, haha.</span>
</div>
[[Yeah, true, haha|f1-5.3]]<video src="media/vid/julia/f1-5.3.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">So you didn't really want to see more?</span>
</div>
[[I want to see what's under your panties|f1-2.31]]
[[Of course I wanted to see more|f1-2.32]]<video src="media/vid/julia/f1-5.4.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Keep jerking off, retard.</span>
</div>
[[And you keep fucking strangers until you get pregnant, slut|f1-5.5]]<video src="media/vid/julia/f1-6.1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Yeah, you'd really eat it?</span>
</div>
[[I wouldn't take my mouth off it|f1-6.2]]<video src="media/vid/julia/f1-6.10.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">What else would you do to me?</span>
</div>
[[I'd stick my cock in and push you against the couch|f1-2.40]]
[[I'd put my cock in front of you to clean it|f1-2.43]]
[[I'd put you on top of me and make you grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-6.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">That's nice... And then what would you do?</span>
</div>
[[I'd stick my cock in and push you against the couch|f1-2.40]]
[[I'd put my cock in front of you to clean it|f1-2.43]]
[[I'd put you on top of me and make you grind on my cock|f1-2.42]]<video src="media/vid/julia/f1-6.9.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I really want you to stick it in while sucking them.</span>
</div>
[[Can't wait for that moment|f1-6.10]]<video src="media/vid/julia/f1-8.2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">I think you are... Hey, where are you looking?</span>
</div>
[[At those beautiful tits|f1-2.322]]<video src="media/vid/julia/f2-1.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Well, gotta earn our bread. Okay, bye. I don't know if I'll connect more, I've got some stuff to do. Let me know if you want me to come over, haha.</span>
</div>
[[Go to the bathroom|ir2-1]]
[[Go to your stepmom's room|ir3-1]]<video src="media/vid/julia/f2-2.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Okay, I'll leave you with your secrets and important man stuff. Don't know if I'll connect more, I've got some stuff to do. Let me know if you want me to come over, haha.</span>
</div>
[[Go to the bathroom|ir2-1]]
[[Go to your stepmom's room|ir3-1]]<video src="media/vid/julia/f2-3.webm" class="videoFrame border" autoplay="true" loop="true" muted="true"></video>
<div class="dialogo-contenedor">
<div class="dialogo-imagen julia-contenta"></div>
<span class="dialogo">Okay, well let me know. I've got some stuff to do, don't know if I'll be able to connect more. Bye.</span>
</div>
[[Go to the bathroom|ir2-1]]
[[Go to your stepmom's room|ir3-1]]<<nobr>>
<<widget "characterChat" container>>
<<if not $currentMatchProfile>>
<<set $currentMatchProfile to {
id: 1,
name: "Julia",
key: "julia"
}>>
<</if>>
<<set _char to {
name: $currentMatchProfile.name,
avatar: $currentMatchProfile.key === "sophie"
? "media/img/tonder/g" + $currentMatchProfile.id + "/5.webp"
: "media/img/tonder/g" + $currentMatchProfile.id + "/1.webp",
chatVar: $currentMatchProfile.key + "Chat",
speakerName: $currentMatchProfile.key,
avatarClass: $currentMatchProfile.key + "-tonder"
}>>
<<set _chatMessages to State.getVar("$" + _char.chatVar) || []>>
<div class="chat-container">
<div class="chat-header">
<img @src="_char.avatar" @alt="_char.name" class="chat-header-avatar">
<div class="chat-info">
<h3>_char.name</h3>
<span class="status">
<span class="status-dot online"></span>
<<print l10nStrings.chatStatusOnline>>
</span>
</div>
<<set _galleryClick to "openGallery('" + $currentMatchProfile.key + "')">>
<button class="gallery-button" @onclick="_galleryClick" title="<<print l10nStrings.chatViewPhotosButtonTitle>>">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"/>
</svg>
</button>
</div>
<div class="chat-messages" id="chatMessages">
<<for _i to 0; _i lt _chatMessages.length; _i++>>
<<if _chatMessages[_i].speaker.toLowerCase() === _char.speakerName.toLowerCase()>>
<div class="chat-message-container">
<<set _avatarClass to "chat-message-avatar " + _char.avatarClass>>
<div @class="_avatarClass"></div>
<span class="chat-bubble">_chatMessages[_i].message</span>
</div>
<<else>>
<div class="chat-message-container user-message">
<span class="chat-bubble user">_chatMessages[_i].message</span>
</div>
<</if>>
<</for>>
</div>
<div class="chat-options">
_contents
</div>
</div>
<<script>>
setTimeout(function() {
var characterKey = State.variables.currentMatchProfile ? State.variables.currentMatchProfile.key : 'julia';
if (typeof window.ensureGalleryModal === 'function') {
window.ensureGalleryModal(characterKey);
}
if (typeof window.scrollChatToBottom === 'function') {
window.scrollChatToBottom();
}
}, 50);
<</script>>
<</widget>>
<</nobr>>
<<nobr>>
<<widget "addCharacterMessage">>
<<set _speaker to $args[0]>>
<<set _message to $args[1]>>
<<if not $currentMatchProfile>>
<<set $currentMatchProfile to {key: "julia"}>>
<</if>>
<<set _chatVar to $currentMatchProfile.key + "Chat">>
<<set _chatArray to State.getVar("$" + _chatVar)>>
<<if not _chatArray>>
<<run State.setVar("$" + _chatVar, [])>>
<<set _chatArray to State.getVar("$" + _chatVar)>>
<</if>>
<<set _chatArray.push({
speaker: _speaker,
message: _message
})>>
<</widget>>
<</nobr>>
<<nobr>>
<<widget "chatLink">>
<<set _chatLinkText to $args[0]>>
<<set _chatLinkPassage to $args[1]>>
<<set _chatLinkVariables to $args[2] || "" >>
<<if _chatLinkVariables and _chatLinkVariables != "">>
<<link _chatLinkText _chatLinkPassage>>
<<run eval(_chatLinkVariables)>>
<</link>>
<<else>>
<<link _chatLinkText _chatLinkPassage>><</link>>
<</if>>
<</widget>>
<</nobr>>
<<nobr>>
<<widget "autoLink">>
<<link $args[0] $args[1]>>
<<addCharacterMessage "user" $args[0]>>
<<run console.log("autoLink clicked: " + $args[0] + " in passage: " + $args[1])>> /% DEBUG %/
<<if $args[2]>>
<<run eval($args[2])>>
<</if>>
<</link>>
<</widget>>
<</nobr>><<nobr>>
<div class="phone-ui">
<div class="phone-screen">
<div class="phone-notch"></div>
<div class="app-grid">
<a class="app-icon" href="javascript:void(0);" onclick="SugarCube.Engine.play('TonderApp')" title="Tonder">
<img src="media/img/icon/tonder.svg" class="phone-app" alt="notification"/>
<span class="app-label"><<print l10nStrings.tonderAppName>></span>
</a>
</div>
</div>
</div>
<</nobr>><<nobr>>
<div class="phone-ui">
<div class="phone-screen">
<div class="phone-notch"></div>
<div class="app-window">
<div class="app-header" id="app-header">
</div>
<div class="swipe-game">
<div id="swipe-container">
</div>
<div class="controls">
<button class="nope-btn" onclick="window.makeDecision(false)">✖</button>
<button class="like-btn" onclick="window.makeDecision(true)">❤</button>
</div>
</div>
</div>
</div>
</div>
<</nobr>>
<<script>>
State.variables.swipeGame = State.variables.swipeGame || {
currentIndex: 0,
results: [],
matches: 0
};
window.isProcessingDecision = false;
function createCard(profile) {
const card = document.createElement('div');
card.className = 'swipe-card';
card.dataset.id = profile.id;
card.innerHTML = `
<div class="card-img" style="background-image: url('${profile.img}')"></div>
<div class="card-info">
<h2>${profile.name}, ${profile.age}</h2>
<p class="card-description">${profile.description}</p>
</div>
<div class="match-overlay">
<div class="match-content">
<h2>${l10nStrings.matchFoundHeading}</h2>
<p class="card-description">${setup.formatString(l10nStrings.matchFoundDescription, { name: profile.name })}</p>
<button class="close-match" onclick="window.closeMatch()">${l10nStrings.matchContinueButton}</button>
</div>
</div>
`;
return card;
}
window.showCurrentProfile = function() {
const container = document.getElementById('swipe-container');
const headerContainer = document.getElementById('app-header');
if (!container || !headerContainer) {
console.error("Swipe container or header container not found!"); // Dev string, no l10n
return;
}
container.innerHTML = '';
const hasMatches = State.variables.swipeGame.matches > 0;
let headerHtml = `
<button class='back-btn' onclick='SugarCube.Engine.play("Phone")' title='${l10nStrings.exitAppButtonTitle}'>
<span>←</span>
</button>
<h3>${l10nStrings.tonderAppName}</h3>`;
if (hasMatches) {
headerHtml += `<button class='back-btn' onclick='showMatchesScreen(); document.querySelector(".controls").style.display = "none";' title='${l10nStrings.viewMatchesButtonTitle}' style='background: var(--color-accent); color: white;'>
<img src="media/img/icon/heart.svg" class="phone-app" alt="matches"/>
</button>`;
} else {
headerHtml += `<div class='header-spacer'></div>`;
}
headerContainer.innerHTML = headerHtml;
const controls = document.querySelector('.controls');
if (controls) controls.style.display = 'flex';
if (State.variables.swipeGame.currentIndex < window.profiles.length) {
const card = createCard(window.profiles[State.variables.swipeGame.currentIndex]);
container.appendChild(card);
setupSwipe(card);
} else {
showMatchesScreen();
}
}
window.makeDecision = function(isLike) {
if (State.variables.swipeGame.currentIndex >= window.profiles.length) return;
if (window.isProcessingDecision) return;
window.isProcessingDecision = true;
const currentProfile = window.profiles[State.variables.swipeGame.currentIndex];
let isMatch = isLike && currentProfile.match;
const card = document.querySelector('.swipe-card');
if (isMatch && !State.variables.isPremiumUser) {
if (currentProfile.id !== 1) { // Julia's ID is 1, so this allows her path for free users
isMatch = false;
if (card) {
const overlay = card.querySelector('.match-overlay');
const matchContent = overlay.querySelector('.match-content');
matchContent.innerHTML = `
<h2>${l10nStrings.premiumUnlockHeading}</h2>
<p class="card-description">${setup.formatString(l10nStrings.premiumUnlockDescription, { name: currentProfile.name })}</p>
<a href="https://www.patreon.com/c/Amoralea" target="_blank" class="premium-link">
${l10nStrings.premiumUpgradeButton}
</a>
<button class="close-match" onclick="window.closeMatch()">${l10nStrings.premiumMaybeLaterButton}</button>
`;
overlay.style.display = 'flex';
overlay.classList.add('premium-popup');
overlay.style.background = 'rgba(255, 166, 0, 0.95)';
const controls = document.querySelector('.controls');
if (controls) controls.style.display = 'none';
window.isProcessingDecision = false;
return;
}
}
}
const decision = {
id: currentProfile.id,
name: currentProfile.name,
liked: isLike,
isMatch: isMatch
};
State.variables.swipeGame.results.push(decision);
if (isMatch) State.variables.swipeGame.matches++;
if (card) {
const overlay = card.querySelector('.match-overlay');
if (isMatch) {
overlay.style.display = 'flex';
overlay.style.background = 'rgba(233, 69, 96, 0.9)';
card.classList.add('match-glow');
const controls = document.querySelector('.controls');
if (controls) controls.style.display = 'none';
return;
}
card.style.transform = `translateX(${isLike ? 200 : -200}px) rotate(${isLike ? 20 : -20}deg)`;
card.style.opacity = '0';
setTimeout(() => {
State.variables.swipeGame.currentIndex++;
window.isProcessingDecision = false;
window.showCurrentProfile();
}, 300);
}
}
window.closeMatch = function() {
const card = document.querySelector('.swipe-card');
if (card) {
card.style.transform = 'translateX(200px) rotate(20deg)';
card.style.opacity = '0';
setTimeout(() => {
State.variables.swipeGame.currentIndex++;
window.isProcessingDecision = false;
window.showCurrentProfile();
}, 300);
}
}
function setupSwipe(card) {
let startX, moveX;
let isDragging = false;
card.addEventListener('touchstart', (e) => {
startX = e.touches[0].clientX;
isDragging = true;
card.style.transition = 'none';
});
card.addEventListener('touchmove', (e) => {
if (!isDragging) return;
moveX = e.touches[0].clientX - startX;
const rotate = moveX / 20;
card.style.transform = `translateX(${moveX}px) rotate(${rotate}deg)`;
});
card.addEventListener('touchend', () => {
if (!isDragging) return;
isDragging = false;
card.style.transition = 'transform 0.3s, opacity 0.3s';
if (Math.abs(moveX) > 100) {
card.style.transform = '';
makeDecision(moveX > 0);
} else {
card.style.transform = '';
}
});
card.addEventListener('mousedown', (e) => {
startX = e.clientX;
isDragging = true;
card.style.transition = 'none';
e.preventDefault();
});
card.addEventListener('mousemove', (e) => {
if (!isDragging) return;
moveX = e.clientX - startX;
const rotate = moveX / 20;
card.style.transform = `translateX(${moveX}px) rotate(${rotate}deg)`;
});
card.addEventListener('mouseup', () => {
if (!isDragging) return;
isDragging = false;
card.style.transition = 'transform 0.3s, opacity 0.3s';
if (Math.abs(moveX) > 100) {
card.style.transform = '';
makeDecision(moveX > 0);
} else {
card.style.transform = '';
}
});
card.addEventListener('mouseleave', () => {
if (isDragging) {
isDragging = false;
card.style.transition = 'transform 0.3s, opacity 0.3s';
card.style.transform = '';
}
});
}
window.showMatchesScreen = function() {
const container = document.getElementById('swipe-container');
const headerContainer = document.getElementById('app-header');
const matches = State.variables.swipeGame.results.filter(r => r.isMatch);
const controls = document.querySelector('.controls');
if (controls) controls.style.display = 'none';
if (matches.length === 0) {
headerContainer.innerHTML = `
<button class='back-btn' onclick='
if (SugarCube.State.variables.swipeGame.currentIndex >= window.profiles.length) {
window.restartSwipeGame();
} else {
window.showCurrentProfile();
document.querySelector(".controls").style.display = "flex";
}
'>←</button>
<h3>${l10nStrings.matchesScreenHeading}</h3>
<div class='header-spacer'></div>`;
container.innerHTML = `
<div class="results-screen">
<h2>${l10nStrings.noMatchesHeading}</h2>
${State.variables.swipeGame.currentIndex >= window.profiles.length ?
`<p>${l10nStrings.allProfilesSeen}</p><button onclick="window.restartSwipeGame()" style="background: var(--color-accent); color: white; padding: 10px 20px; border: none; border-radius: 5px; margin-top: 10px;">${l10nStrings.restartGameButton}</button>` :
`<p>${l10nStrings.keepSearchingPrompt}</p>`
}
</div>`;
return;
}
headerContainer.innerHTML = `
<button class='back-btn' onclick='SugarCube.Engine.play("Phone")' title='${l10nStrings.exitAppButtonTitle}'>
<span>←</span>
</button>
<h3>${l10nStrings.matchesScreenHeading}</h3>
<button class='back-btn' onclick='
if (SugarCube.State.variables.swipeGame.currentIndex >= window.profiles.length) {
window.restartSwipeGame();
} else {
window.showCurrentProfile();
document.querySelector(".controls").style.display = "flex";
}
' title='${l10nStrings.continueSearchingButtonTitle}' style='background: var(--color-accent); color: white;'>
<img src="media/img/icon/tonder.svg" class="phone-app" alt="notification"/>
</button>`;
let html = `<div class='results-screen'><div class='matches-gallery'>`;
matches.forEach(match => {
const profile = window.profiles.find(p => p.id == match.id);
html += `
<div class='match-card' data-id='${match.id}'>
<div class='match-img' style='background-image:url(${profile ? profile.img : ''})' title='${match.name}'></div>
<div class='match-name'>${match.name}</div>
</div>`;
});
html += `</div></div>`;
container.innerHTML = html;
document.querySelectorAll('.match-card:not(.blocked)').forEach(card => {
card.addEventListener('click', function() {
if (this.dataset.disabled === 'true') return;
const matchId = parseInt(this.dataset.id);
const passageMap = {
1: 'JuliaPath',
2: 'SophiePath', // WIP
3: 'EmmaPath',
4: 'IsabellaPath',
5: 'MiaPath',
6: 'OliviaPath',
7: 'ChloePath',
8: 'AvaPath',
9: 'LilyPath',
10: 'GracePath'
};
if (matchId !== 1 && !State.variables.isPremiumUser) {
const overlay = document.createElement('div');
overlay.style.cssText = `
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 166, 0, 0.95);
display: flex;
align-items: center;
justify-content: center;
z-index: 10000;
`;
const profile = window.profiles.find(p => p.id === matchId);
overlay.innerHTML = `
<div style="background: rgba(0,0,0,0.8); padding: 20px; border-radius: 10px; text-align: center; color: white; max-width: 300px;">
<h2>${l10nStrings.premiumContentHeading}</h2>
<p>${setup.formatString(l10nStrings.premiumPathRequired, { name: profile ? profile.name : l10nStrings.genericCharacterName })}</p>
<p>${l10nStrings.juliaPathFree}</p>
<a href="https://www.patreon.com/c/Amoralea" target="_blank" style="background: #ff4444; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; display: inline-block; margin: 10px;">
${l10nStrings.upgradeToPremiumButton}
</a>
<br>
<button onclick="this.parentElement.parentElement.remove()" style="background: #666; color: white; padding: 8px 16px; border: none; border-radius: 5px; margin-top: 10px; cursor: pointer;">
${l10nStrings.modalMaybeLaterButton}
</button>
</div>
`;
document.body.appendChild(overlay);
return;
}
const profile = window.profiles.find(p => p.id === matchId);
const characterNames = {
1: 'julia',
2: 'sophie',
3: 'emma',
4: 'isabella',
5: 'mia',
6: 'olivia',
7: 'chloe',
8: 'ava',
9: 'lily',
10: 'grace'
};
State.variables.currentMatchProfile = {
id: matchId,
name: profile ? profile.name : 'Unknown', // 'Unknown' is a dev/fallback string, no l10n
key: characterNames[matchId] || 'julia'
};
const targetPassage = passageMap[matchId] || 'f1'; // 'f1' is a dev/fallback string, no l10n
SugarCube.Engine.play(targetPassage);
});
});
}
window.restartSwipeGame = function() {
State.variables.swipeGame = {
currentIndex: 0,
results: [],
matches: 0
};
window.showCurrentProfile();
}
// Character profiles, now with localized descriptions
window.profiles = [
{ id: 1, name: "Julia", age: 22, description: l10nStrings.profileJuliaDescription, img: "media/img/tonder/1.webp", match: true },
{ id: 2, name: "Sophie", age: 24, description: l10nStrings.profileSophieDescription, img: "media/img/tonder/2.webp", match: true }
];
$(document).one(':passagedisplay', function() {
if (!window.profiles) {
console.error("Profiles array not defined! Please define window.profiles");
return;
}
setTimeout(() => {
const container = document.getElementById('swipe-container');
if (container) {
const existingMatches = State.variables.swipeGame.results ?
State.variables.swipeGame.results.filter(r => r.isMatch) : [];
if (existingMatches.length > 0) {
showMatchesScreen();
} else {
window.showCurrentProfile();
}
}
}, 100);
});
<</script>>